mirror of https://github.com/apache/cassandra
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:
parent
29d5568724
commit
81ffa524bd
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue