This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new ff008e3 GEODE-3539: fix test category (#1253)
ff008e3 is described below
commit ff008e33a6c3c6a6ab84b96156ec44dad4bc72f7
Author: jinmeiliao <[email protected]>
AuthorDate: Mon Jan 8 20:59:08 2018 -0800
GEODE-3539: fix test category (#1253)
---
.../internal/cli/commands/ListAsyncEventQueuesCommandDUnitTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ListAsyncEventQueuesCommandDUnitTest.java
b/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ListAsyncEventQueuesCommandDUnitTest.java
index 1c61e4a..0d924c8 100644
---
a/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ListAsyncEventQueuesCommandDUnitTest.java
+++
b/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ListAsyncEventQueuesCommandDUnitTest.java
@@ -26,11 +26,11 @@ import org.junit.experimental.categories.Category;
import org.apache.geode.internal.cache.wan.MyAsyncEventListener;
import org.apache.geode.test.dunit.rules.ClusterStartupRule;
import org.apache.geode.test.dunit.rules.MemberVM;
-import org.apache.geode.test.junit.categories.UnitTest;
+import org.apache.geode.test.junit.categories.DistributedTest;
import org.apache.geode.test.junit.rules.GfshCommandRule;
-@Category(UnitTest.class)
+@Category(DistributedTest.class)
public class ListAsyncEventQueuesCommandDUnitTest {
@ClassRule
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].