Changeset: 1795920a0223 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1795920a0223 Modified Files: monetdb5/tests/gdkTests/Tests/casts.stable.out.Windows Branch: Jul2012 Log Message:
Approve output. diffs (15 lines): diff --git a/monetdb5/tests/gdkTests/Tests/casts.stable.out.Windows b/monetdb5/tests/gdkTests/Tests/casts.stable.out.Windows --- a/monetdb5/tests/gdkTests/Tests/casts.stable.out.Windows +++ b/monetdb5/tests/gdkTests/Tests/casts.stable.out.Windows @@ -3642,9 +3642,9 @@ Caught exception # s := "2147483647"; s_oid := calc.oid(s); io.print(s_oid); [ 2147483647@0 ] # s := "2147483648"; s_oid := calc.oid(s); io.print(s_oid); -[ nil ] +Caught exception # s := "2147483649"; s_oid := calc.oid(s); io.print(s_oid); -[ nil ] +Caught exception # s := "-2147483647"; s_oid := calc.oid(s); io.print(s_oid); Caught exception # s := "-2147483648"; s_oid := calc.oid(s); io.print(s_oid); _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list