Changeset: 4f29d5987e58 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4f29d5987e58
Modified Files:
sql/test/sys-schema/Tests/webExamplesDateTimeFunctionsOperators.test
Branch: logfix
Log Message:
skipif time(stamp)_to_str tests with '%l' as thats not supported by the windows
strftime
diffs (17 lines):
diff --git
a/sql/test/sys-schema/Tests/webExamplesDateTimeFunctionsOperators.test
b/sql/test/sys-schema/Tests/webExamplesDateTimeFunctionsOperators.test
--- a/sql/test/sys-schema/Tests/webExamplesDateTimeFunctionsOperators.test
+++ b/sql/test/sys-schema/Tests/webExamplesDateTimeFunctionsOperators.test
@@ -382,11 +382,13 @@ select sys.str_to_timestamp('4/30/2021 0
----
2021-04-30 11:30:49+02:00
+skipif system=Win32
query T
select sys.time_to_str(timetz '19:30:49', '%l hour %M:%S %p')
----
7 hour 30:49 PM
+skipif system=Win32
query T
select sys.timestamp_to_str(timestamptz '2021-12-31 18:00:00', '%m/%d/%Y
%l:%M:%S %p')
----
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]