fix GCS test for 2.0
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/74268283 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/74268283 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/74268283 Branch: refs/heads/cassandra-2.1 Commit: 742682833259e0bd48243211253dd6a2469e95e2 Parents: f2bbd6f Author: Brandon Williams <brandonwilli...@apache.org> Authored: Thu May 1 16:40:17 2014 -0500 Committer: Brandon Williams <brandonwilli...@apache.org> Committed: Thu May 1 16:40:17 2014 -0500 ---------------------------------------------------------------------- test/unit/org/apache/cassandra/locator/GoogleCloudSnitchTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/74268283/test/unit/org/apache/cassandra/locator/GoogleCloudSnitchTest.java ---------------------------------------------------------------------- diff --git a/test/unit/org/apache/cassandra/locator/GoogleCloudSnitchTest.java b/test/unit/org/apache/cassandra/locator/GoogleCloudSnitchTest.java index 70080a8..09f96db 100644 --- a/test/unit/org/apache/cassandra/locator/GoogleCloudSnitchTest.java +++ b/test/unit/org/apache/cassandra/locator/GoogleCloudSnitchTest.java @@ -52,7 +52,6 @@ public class GoogleCloudSnitchTest { SchemaLoader.mkdirs(); SchemaLoader.cleanup(); - Keyspace.setInitialized(); StorageService.instance.initServer(0); }