test_timestamp_output in the cqlshlib tests is failing

Patch by Stefania Alborghetti; reviewed by Paulo Motta for CASSANDRA-11135
This commit is contained in:
Stefania Alborghetti 2016-02-08 09:43:23 +08:00 committed by Joshua McKenzie
parent 29d5568724
commit 81ffa524bd
1 changed files with 3 additions and 3 deletions

View File

@ -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)