mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 09:35:40 +00:00
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:
parent
0098cc1e25
commit
c3338d82ba
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user