Repository: tinkerpop
Updated Branches:
  refs/heads/master 987cc7ee7 -> a2c8a8329


re-enable tests now that groovy version is updated. CTR.

TINKERPOP-906


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/450e3ef8
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/450e3ef8
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/450e3ef8

Branch: refs/heads/master
Commit: 450e3ef80c2595953d722bb7c28dcbfd92ae78f5
Parents: 90a4cda
Author: Jason Plurad <plur...@us.ibm.com>
Authored: Mon Jul 11 22:44:42 2016 -0400
Committer: Jason Plurad <plur...@us.ibm.com>
Committed: Mon Jul 11 22:44:42 2016 -0400

----------------------------------------------------------------------
 .../tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java     | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/450e3ef8/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
----------------------------------------------------------------------
diff --git 
a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
 
b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
index 4bfbded..f32b757 100644
--- 
a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
+++ 
b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
@@ -24,7 +24,6 @@ import org.apache.commons.io.FileUtils;
 import org.apache.tinkerpop.gremlin.TestHelper;
 import org.apache.tinkerpop.gremlin.groovy.plugin.Artifact;
 import org.junit.AfterClass;
-import org.junit.Ignore;
 import org.junit.Test;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
@@ -43,7 +42,6 @@ public class DependencyGrabberTest {
     }
 
     @Test
-    @Ignore
     public void shouldInstallAndUninstallDependencies() {
         final String pkg = "org.apache.tinkerpop";
         final String name = "tinkergraph-gremlin";
@@ -61,7 +59,6 @@ public class DependencyGrabberTest {
     }
 
     @Test(expected=IllegalStateException.class)
-    @Ignore
     public void shouldThrowIllegalStateException() {
         final String pkg = "org.apache.tinkerpop";
         final String name = "gremlin-groovy";
@@ -85,7 +82,6 @@ public class DependencyGrabberTest {
     }
 
     @Test(expected=RuntimeException.class)
-    @Ignore
     public void shouldThrowRuntimeException() {
         final String pkg = "org.apache.tinkerpop";
         final String name = "gremlin-bogus";

Reply via email to