Changeset: 65aa140905f4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/65aa140905f4
Modified Files:
        sql/test/sys-schema/Tests/webExamplesDateTimeFunctionsOperators.test
Branch: Jun2023
Log Message:

Skip test on Windows.
%l is not supported by 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=Windows
 query T
 select sys.time_to_str(timetz '19:30:49', '%l hour %M:%S %p')
 ----
  7 hour 30:49 PM
 
+skipif system=Windows
 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 -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to