Changeset: 21854d8668b8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=21854d8668b8 Modified Files: MonetDB5/src/mal/Tests/tst274.stable.out Branch: Oct2010 Log Message:
Fix stable output of test. The instructions read or write (supposedly) 120000 bytes when using 32-bit OIDs. diffs (18 lines): diff -r 2c8080e4e0bb -r 21854d8668b8 MonetDB5/src/mal/Tests/tst274.stable.out --- a/MonetDB5/src/mal/Tests/tst274.stable.out Mon Sep 06 14:17:41 2010 +0200 +++ b/MonetDB5/src/mal/Tests/tst274.stable.out Mon Sep 06 15:38:58 2010 +0200 @@ -84,11 +84,11 @@ # void lng lng # type #-------------------------# [ 0...@0, 0, 0 ] -[ 1...@0, 0, 160000 ] +[ 1...@0, 0, 120000 ] [ 2...@0, 0, 0 ] [ 3...@0, 0, 0 ] -[ 4...@0, 160000, 160000 ] -[ 5...@0, 0, 160000 ] +[ 4...@0, 120000, 120000 ] +[ 5...@0, 0, 120000 ] [ 6...@0, 0, 0 ] # 17:57:29 > _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
