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/12/16 01:54:45 UTC

geode git commit: GEODE-2196: add more tests

Repository: geode
Updated Branches:
  refs/heads/develop 9826f5fff -> 4eb672493


GEODE-2196: add more tests

* this closes #317


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

Branch: refs/heads/develop
Commit: 4eb67249309ad283912f3ae1dd281dc165cdab12
Parents: 9826f5f
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Thu Dec 15 17:54:35 2016 -0800
Committer: Jinmei Liao <ji...@pivotal.io>
Committed: Thu Dec 15 17:54:35 2016 -0800

----------------------------------------------------------------------
 .../geode/test/dunit/rules/GfshShellConnectionRule.java      | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/4eb67249/geode-core/src/test/java/org/apache/geode/test/dunit/rules/GfshShellConnectionRule.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/test/dunit/rules/GfshShellConnectionRule.java b/geode-core/src/test/java/org/apache/geode/test/dunit/rules/GfshShellConnectionRule.java
index 6af9cf2..9e46ad0 100644
--- a/geode-core/src/test/java/org/apache/geode/test/dunit/rules/GfshShellConnectionRule.java
+++ b/geode-core/src/test/java/org/apache/geode/test/dunit/rules/GfshShellConnectionRule.java
@@ -121,14 +121,6 @@ public class GfshShellConnectionRule extends DescribedExternalResource {
     CliUtil.isGfshVM = false;
   }
 
-  public void closeQuietly() {
-    try {
-      this.close();
-    } catch (Exception e) {
-      e.printStackTrace();
-    }
-  }
-
   public HeadlessGfsh getGfsh() {
     return gfsh;
   }