You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/05/11 13:43:43 UTC

[12/50] [abbrv] incubator-tinkerpop git commit: Rename test for consistency.

Rename test for consistency.


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

Branch: refs/heads/TINKERPOP3-666
Commit: 8fc65a9f7e5fb1e6f31d2c218ac1631765142ae1
Parents: 4700471
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 8 08:15:26 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 8 08:15:26 2015 -0400

----------------------------------------------------------------------
 .../org/apache/tinkerpop/gremlin/structure/SerializationTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8fc65a9f/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/SerializationTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/SerializationTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/SerializationTest.java
index e335349..97dbded 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/SerializationTest.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/SerializationTest.java
@@ -56,7 +56,7 @@ import static org.junit.Assert.*;
  */
 @RunWith(Enclosed.class)
 public class SerializationTest {
-    public static class KryoTest extends AbstractGremlinTest {
+    public static class GryoTest extends AbstractGremlinTest {
         @Test
         @LoadGraphWith(LoadGraphWith.GraphData.MODERN)
         public void shouldSerializeVertexAsDetached() throws Exception {