From c3338d82ba42370e06177d801ba3fb07ad719a8b Mon Sep 17 00:00:00 2001 From: Fay Wang Date: Wed, 4 Mar 2009 23:06:56 +0000 Subject: [PATCH] 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 --- .../java/org/apache/openjpa/slice/TestQueryMultiThreaded.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/openjpa-slice/src/test/java/org/apache/openjpa/slice/TestQueryMultiThreaded.java b/openjpa-slice/src/test/java/org/apache/openjpa/slice/TestQueryMultiThreaded.java index 0e07f372c..11e317af5 100644 --- a/openjpa-slice/src/test/java/org/apache/openjpa/slice/TestQueryMultiThreaded.java +++ b/openjpa-slice/src/test/java/org/apache/openjpa/slice/TestQueryMultiThreaded.java @@ -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;