OPENJPA-937: remove AllowFailure from the test case, as this

causes compiler error in mvn clean install, since the dependency 
on org.apache.openjpa.persistence.test.AllowFailure is missing
in the pom file for openjpa-slice.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@750218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fay Wang 2009-03-04 23:06:56 +00:00
parent 0098cc1e25
commit c3338d82ba

View File

@ -35,8 +35,6 @@ import java.util.concurrent.TimeoutException;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import org.apache.openjpa.persistence.test.AllowFailure;
/**
* Tests when multiple user threads enter the same EntityManager and executes
* query.
@ -44,7 +42,6 @@ import org.apache.openjpa.persistence.test.AllowFailure;
* @author Pinaki Poddar
*
*/
@AllowFailure(true)
public class TestQueryMultiThreaded extends SliceTestCase {
private int POBJECT_COUNT = 25;