This is an automated email from the ASF dual-hosted git repository.

jensdeppe 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 e8196df  GEODE-3902: Correct region used by test (#993)
e8196df is described below

commit e8196df42c09b0e9ed09fd6be6b44ff91e8e8a3f
Author: Jens Deppe <[email protected]>
AuthorDate: Mon Oct 30 08:52:00 2017 -0700

    GEODE-3902: Correct region used by test (#993)
---
 .../org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
 
b/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
index f0df5c0..66bdacf 100644
--- 
a/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
@@ -36,7 +36,7 @@ import org.apache.geode.test.junit.categories.SecurityTest;
 
 @Category({DistributedTest.class, SecurityTest.class})
 public class ClientDestroyInvalidateAuthDUnitTest extends 
JUnit4DistributedTestCase {
-  private static String REGION_NAME = "testRegion";
+  private static String REGION_NAME = "AuthRegion";
 
   final Host host = Host.getHost(0);
   final VM client1 = host.getVM(1);

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to