You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/06/27 21:21:11 UTC

[21/50] [abbrv] incubator-geode git commit: Fix test method name

Fix test method name


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

Branch: refs/heads/feature/GEODE-1571
Commit: cb3702145662b5f1b8bb7604115360239dd63d1b
Parents: 6dc3e50
Author: gmeilen <gr...@gmail.com>
Authored: Thu Jun 23 17:00:45 2016 -0700
Committer: gmeilen <gr...@gmail.com>
Committed: Thu Jun 23 17:00:45 2016 -0700

----------------------------------------------------------------------
 .../IntegratedClientUnregisterInterestAuthDistributedTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/cb370214/geode-core/src/test/java/com/gemstone/gemfire/security/IntegratedClientUnregisterInterestAuthDistributedTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/security/IntegratedClientUnregisterInterestAuthDistributedTest.java b/geode-core/src/test/java/com/gemstone/gemfire/security/IntegratedClientUnregisterInterestAuthDistributedTest.java
index 2853a56..aa46882 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/security/IntegratedClientUnregisterInterestAuthDistributedTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/security/IntegratedClientUnregisterInterestAuthDistributedTest.java
@@ -27,7 +27,7 @@ import org.junit.experimental.categories.Category;
 @Category(DistributedTest.class)
 public class IntegratedClientUnregisterInterestAuthDistributedTest extends AbstractIntegratedClientAuthDistributedTest{
   @Test
-  public void testRegisterInterest() throws InterruptedException {
+  public void testUnregisterInterest() throws InterruptedException {
     // client2 connects to user as a user authorized to use AuthRegion region
     AsyncInvocation ai1 =  client2.invokeAsync(()->{
       Cache cache = SecurityTestUtils.createCacheClient("authRegionUser", "1234567", serverPort, SecurityTestUtils.NO_EXCEPTION);