Ninja: fixed cqlsh test (after 7d7d529)
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a37a0363 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a37a0363 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a37a0363 Branch: refs/heads/trunk Commit: a37a036321b11f0e0bd254a16024fca562fe7454 Parents: a323a1a Author: Mikhail Stepura <[email protected]> Authored: Tue Aug 19 14:57:20 2014 -0700 Committer: Mikhail Stepura <[email protected]> Committed: Tue Aug 19 14:57:20 2014 -0700 ---------------------------------------------------------------------- pylib/cqlshlib/test/test_cqlsh_completion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/a37a0363/pylib/cqlshlib/test/test_cqlsh_completion.py ---------------------------------------------------------------------- diff --git a/pylib/cqlshlib/test/test_cqlsh_completion.py b/pylib/cqlshlib/test/test_cqlsh_completion.py index fc2dad9..8d3b7c4 100644 --- a/pylib/cqlshlib/test/test_cqlsh_completion.py +++ b/pylib/cqlshlib/test/test_cqlsh_completion.py @@ -153,10 +153,10 @@ class TestCqlshCompletion(CqlshCompletionCase): "{'class': 'SimpleStrategy', 'repl", "ication_factor'") self.trycompletions("create keyspace foo with replication =" "{'class': 'SimpleStrategy', 'replication_factor': ", '', - choices=('<value>',)) + choices=('<term>',)) self.trycompletions("create keyspace foo with replication =" "{'class': 'SimpleStrategy', 'replication_factor': 1", '', - choices=('<value>',)) + choices=('<term>',)) self.trycompletions("create keyspace foo with replication =" "{'class': 'SimpleStrategy', 'replication_factor': 1 ", '}') self.trycompletions("create keyspace foo with replication ="
