From 00b002124b28d77fe1c5c59c52d9632b8b3efafd Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 2 Oct 2014 01:31:35 +0200 Subject: [PATCH] Travis: switch test case to timestamp, dropping the TZ. The timezone is different in between my own machine and the test system, just get rid of that discrepancy so that the test stop failing. --- test/csv-parse-date.load | 2 +- test/regress/expected/csv-parse-date.out | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/csv-parse-date.load b/test/csv-parse-date.load index 43eb57b..fee2d28 100644 --- a/test/csv-parse-date.load +++ b/test/csv-parse-date.load @@ -15,7 +15,7 @@ LOAD CSV $$ drop table if exists dateformat; $$, $$ create table dateformat ( rownum smallint, - ts timestamptz + ts timestamp ); $$; diff --git a/test/regress/expected/csv-parse-date.out b/test/regress/expected/csv-parse-date.out index b743cab..a9bdce4 100644 --- a/test/regress/expected/csv-parse-date.out +++ b/test/regress/expected/csv-parse-date.out @@ -1,3 +1,3 @@ -1 2014-10-02 00:33:12.123456+02 -2 2014-10-02 00:33:13.123456+02 -3 2014-10-02 00:33:14.123456+02 +1 2014-10-02 00:33:12.123456 +2 2014-10-02 00:33:13.123456 +3 2014-10-02 00:33:14.123456