Changeset: 367755a2dc52 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=367755a2dc52 Modified Files: sql/test/BugTracker-2014/Tests/round.Bug-3542.py Branch: default Log Message:
Small mistake diffs (14 lines): diff --git a/sql/test/BugTracker-2014/Tests/round.Bug-3542.py b/sql/test/BugTracker-2014/Tests/round.Bug-3542.py --- a/sql/test/BugTracker-2014/Tests/round.Bug-3542.py +++ b/sql/test/BugTracker-2014/Tests/round.Bug-3542.py @@ -56,8 +56,8 @@ try: except pymonetdb.DatabaseError as e: if has_huge: raise e - elif "overflow in calculation" not in str(e): - sys.stderr.write('Wrong error %s, expected overflow in calculation' % (str(e))) + elif "overflow in conversion" not in str(e): + sys.stderr.write('Wrong error %s, expected overflow in conversion' % (str(e))) cur1.execute("drop table test_num_data;") cur1.close() _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list