From 84a118912ca5f567f6801206f34eddcb292860c9 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Fri, 25 Nov 2011 12:00:50 +0000 Subject: [PATCH] fix system test git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1206131 13f79535-47bb-0310-9956-ffa450edef68 --- test/system/test_thrift_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/test_thrift_server.py b/test/system/test_thrift_server.py index a3c159ffb3..ab8e1bdbbb 100644 --- a/test/system/test_thrift_server.py +++ b/test/system/test_thrift_server.py @@ -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