Updated Branches:
  refs/heads/trunk 591728100 -> 5db484f60

Ninja-fix test_cqlsh_output.py


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1c86fa3c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1c86fa3c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1c86fa3c

Branch: refs/heads/trunk
Commit: 1c86fa3c1871c1315df67647cb1d46762e43c279
Parents: 24f6387
Author: Aleksey Yeschenko <alek...@apache.org>
Authored: Wed May 1 22:04:45 2013 +0300
Committer: Aleksey Yeschenko <alek...@apache.org>
Committed: Wed May 1 22:04:45 2013 +0300

----------------------------------------------------------------------
 pylib/cqlshlib/test/test_cqlsh_output.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1c86fa3c/pylib/cqlshlib/test/test_cqlsh_output.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/test/test_cqlsh_output.py 
b/pylib/cqlshlib/test/test_cqlsh_output.py
index 8127adf..e67cc9c 100644
--- a/pylib/cqlshlib/test/test_cqlsh_output.py
+++ b/pylib/cqlshlib/test/test_cqlsh_output.py
@@ -737,8 +737,8 @@ class TestCqlshOutput(BaseTestCase):
               asciicol ascii,
               blobcol blob,
               varcharcol text,
-              textcol text,
-              varintcol varint
+              varintcol varint,
+              textcol text
             ) WITH
               comment='' AND
               comparator=text AND

Reply via email to