Changeset: 2be5e562cf18 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2be5e562cf18
Modified Files:
sql/test/BugTracker-2015/Tests/crash_timestamp_convert.Bug-3816.py
Branch: default
Log Message:
the bsd's strftime return 'Q' (with %Q input).
diffs (12 lines):
diff --git a/sql/test/BugTracker-2015/Tests/crash_timestamp_convert.Bug-3816.py
b/sql/test/BugTracker-2015/Tests/crash_timestamp_convert.Bug-3816.py
--- a/sql/test/BugTracker-2015/Tests/crash_timestamp_convert.Bug-3816.py
+++ b/sql/test/BugTracker-2015/Tests/crash_timestamp_convert.Bug-3816.py
@@ -11,7 +11,7 @@ try:
cur1.execute("SELECT timestamp_to_str(current_timestamp, '%Q');")
if running_OS == 'Windows':
sys.stderr.write("Exception expected")
- elif running_OS == 'Darwin':
+ elif running_OS == 'Darwin' or running_OS == 'FreeBSD':
if cur1.fetchall() != [('Q',)]:
sys.stderr.write("Expected [('Q',)]")
else:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]