You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2014/07/09 22:39:34 UTC

[4/4] git commit: Fix LegacySSTableTest KS name

Fix LegacySSTableTest KS name


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

Branch: refs/heads/trunk
Commit: e2bb7d223dbd2ab7b18045158863771c935dc5c0
Parents: 2500951
Author: Jake Luciani <ja...@apache.org>
Authored: Wed Jul 9 16:39:08 2014 -0400
Committer: Jake Luciani <ja...@apache.org>
Committed: Wed Jul 9 16:39:08 2014 -0400

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/io/sstable/LegacySSTableTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e2bb7d22/test/unit/org/apache/cassandra/io/sstable/LegacySSTableTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/io/sstable/LegacySSTableTest.java b/test/unit/org/apache/cassandra/io/sstable/LegacySSTableTest.java
index c15eb51..f0767db 100644
--- a/test/unit/org/apache/cassandra/io/sstable/LegacySSTableTest.java
+++ b/test/unit/org/apache/cassandra/io/sstable/LegacySSTableTest.java
@@ -56,7 +56,7 @@ import org.apache.cassandra.utils.FBUtilities;
 public class LegacySSTableTest
 {
     public static final String LEGACY_SSTABLE_PROP = "legacy-sstable-root";
-    public static final String KSNAME = "LegacySSTableTest";
+    public static final String KSNAME = "Keyspace1";
     public static final String CFNAME = "Standard1";
 
     public static Set<String> TEST_DATA;