You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2014/02/16 05:28:43 UTC

git commit: remove recursive infinite loop

Repository: cassandra
Updated Branches:
  refs/heads/trunk e9d27781c -> 97859b0a7


remove recursive infinite loop


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/97859b0a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/97859b0a
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/97859b0a

Branch: refs/heads/trunk
Commit: 97859b0a74017ec008025feade05d26fc9fc747c
Parents: e9d2778
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Sat Feb 15 23:28:14 2014 -0500
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Sat Feb 15 23:28:14 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/SerializationsTest.java | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/97859b0a/test/unit/org/apache/cassandra/db/SerializationsTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/SerializationsTest.java b/test/unit/org/apache/cassandra/db/SerializationsTest.java
index 8dee9a5..de68875 100644
--- a/test/unit/org/apache/cassandra/db/SerializationsTest.java
+++ b/test/unit/org/apache/cassandra/db/SerializationsTest.java
@@ -49,12 +49,6 @@ public class SerializationsTest extends AbstractSerializationsTester
 {
     Statics statics = new Statics();
 
-    @BeforeClass
-    public static void loadSchema() throws ConfigurationException
-    {
-        loadSchema();
-    }
-
     private ByteBuffer startCol = ByteBufferUtil.bytes("Start");
     private ByteBuffer stopCol = ByteBufferUtil.bytes("Stop");
     private Composite emptyCol = Composites.EMPTY;