Repository: cassandra
Updated Branches:
  refs/heads/trunk 29d556872 -> 81ffa524b


test_timestamp_output in the cqlshlib tests is failing

Patch by Stefania Alborghetti; reviewed by Paulo Motta for CASSANDRA-11135


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

Branch: refs/heads/trunk
Commit: 81ffa524bdab35dcd62947fcff1599f5f707d202
Parents: 29d5568
Author: Stefania Alborghetti <stefania.alborghe...@datastax.com>
Authored: Mon Feb 8 09:43:23 2016 +0800
Committer: Joshua McKenzie <jmcken...@apache.org>
Committed: Wed Feb 17 19:05:30 2016 -0500

----------------------------------------------------------------------
 pylib/cqlshlib/test/test_cqlsh_output.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/81ffa524/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 b5224df..c398f69 100644
--- a/pylib/cqlshlib/test/test_cqlsh_output.py
+++ b/pylib/cqlshlib/test/test_cqlsh_output.py
@@ -360,10 +360,10 @@ class TestCqlshOutput(BaseTestCase):
             ('''select timestampcol from has_all_types where num = 0;''', """
              timestampcol
              MMMMMMMMMMMM
-            --------------------------
+            ---------------------------------
 
-             2012-05-14 12:53:20+0000
-             GGGGGGGGGGGGGGGGGGGGGGGG
+             2012-05-14 12:53:20.000000+0000
+             GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
 
 
             (1 rows)

Reply via email to