fix system test

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1206131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sylvain Lebresne 2011-11-25 12:00:50 +00:00
parent bd4a78e0d5
commit 84a118912c
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ class TestMutations(ThriftTester):
assert len(kspaces) == 3, kspaces # ['Keyspace2', 'Keyspace1', 'system']
sysks = client.describe_keyspace("system")
assert sysks == kspaces[2]
assert sysks in kspaces
ks1 = client.describe_keyspace("Keyspace1")
assert ks1.strategy_options['replication_factor'] == '1', ks1.strategy_options