You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by vf...@apache.org on 2015/11/25 20:08:00 UTC

[47/50] [abbrv] incubator-geode git commit: GEODE-243: make TXExpiryJUnitTest an integration test

GEODE-243: make TXExpiryJUnitTest an integration test


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/48b0c961
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/48b0c961
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/48b0c961

Branch: refs/heads/feature/GEODE-78
Commit: 48b0c961299435a7d9dd532ebe0a5ef20d9022c5
Parents: 8087818
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Tue Oct 6 11:09:58 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Tue Oct 6 11:11:27 2015 -0700

----------------------------------------------------------------------
 .../src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/48b0c961/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
index f8dffcc..2a0a581 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
@@ -42,7 +42,7 @@ import com.gemstone.gemfire.internal.cache.GemFireCacheImpl;
 import com.gemstone.gemfire.internal.cache.LocalRegion;
 import com.gemstone.gemfire.internal.cache.TXManagerImpl;
 import com.gemstone.gemfire.internal.cache.TXStateProxy;
-import com.gemstone.gemfire.test.junit.categories.UnitTest;
+import com.gemstone.gemfire.test.junit.categories.IntegrationTest;
 
 import dunit.DistributedTestCase;
 import dunit.DistributedTestCase.WaitCriterion;
@@ -54,7 +54,7 @@ import dunit.DistributedTestCase.WaitCriterion;
  * @since 4.0
  *
  */
-@Category(UnitTest.class)
+@Category(IntegrationTest.class)
 public class TXExpiryJUnitTest {
 
   protected GemFireCacheImpl cache;