mirror of https://github.com/apache/cassandra
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:
parent
bd4a78e0d5
commit
84a118912c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue