Author: eevans
Date: Mon Nov 9 19:32:14 2009
New Revision: 834186
URL: http://svn.apache.org/viewvc?rev=834186&view=rev
Log:
fix broken functional test (expect Super3 in list of CFs)
Modified:
incubator/cassandra/trunk/test/system/test_server.py
Modified: incubator/cassandra/trunk/test/system/test_server.py
URL:
http://svn.apache.org/viewvc/incubator/cassandra/trunk/test/system/test_server.py?rev=834186&r1=834185&r2=834186&view=diff
==============================================================================
--- incubator/cassandra/trunk/test/system/test_server.py (original)
+++ incubator/cassandra/trunk/test/system/test_server.py Mon Nov 9 19:32:14
2009
@@ -575,7 +575,7 @@
kspaces = client.get_string_list_property("keyspaces")
assert len(kspaces) == 3, kspaces
ks1 = client.describe_keyspace("Keyspace1")
- assert ks1.keys() == ['Super1', 'Standard1', 'Standard2', 'Super2',
'StandardLong2', 'StandardLong1']
+ assert ks1.keys() == ['Super1', 'Standard1', 'Standard2',
'StandardLong1', 'StandardLong2', 'Super3', 'Super2']
sysks = client.describe_keyspace("system")