From 81ffa524bdab35dcd62947fcff1599f5f707d202 Mon Sep 17 00:00:00 2001 From: Stefania Alborghetti Date: Mon, 8 Feb 2016 09:43:23 +0800 Subject: [PATCH] test_timestamp_output in the cqlshlib tests is failing Patch by Stefania Alborghetti; reviewed by Paulo Motta for CASSANDRA-11135 --- pylib/cqlshlib/test/test_cqlsh_output.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pylib/cqlshlib/test/test_cqlsh_output.py b/pylib/cqlshlib/test/test_cqlsh_output.py index b5224df3c3..c398f69416 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)