Changeset: c6718b64b2eb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c6718b64b2eb
Modified Files:
monetdb5/mal/Tests/tst044.stable.out
monetdb5/mal/Tests/tst804.stable.out
Branch: default
Log Message:
Approve output
diffs (45 lines):
diff --git a/monetdb5/mal/Tests/tst044.stable.out
b/monetdb5/mal/Tests/tst044.stable.out
--- a/monetdb5/mal/Tests/tst044.stable.out
+++ b/monetdb5/mal/Tests/tst044.stable.out
@@ -34,23 +34,23 @@ function user.main():void;
io.print(a);
a := 0.3415:flt;
io.print(a);
- b := 3.145:dbl;
+ b := 3.1449999809265137:dbl;
io.print(b);
b := -3.145:dbl;
io.print(b);
- b := 3.45:dbl;
+ b := 3.450000047683716:dbl;
io.print(b);
- b := 0.3415:dbl;
+ b := 0.34150001406669617:dbl;
io.print(b);
end user.main;
[ 3.145 ]
[ -3.145 ]
[ 3.45 ]
[ 0.3415 ]
-[ 3.145 ]
+[ 3.1449999809265137 ]
[ -3.145 ]
-[ 3.45 ]
-[ 0.3415 ]
+[ 3.450000047683716 ]
+[ 0.34150001406669617 ]
# 16:38:20 >
# 16:38:20 > Done.
diff --git a/monetdb5/mal/Tests/tst804.stable.out
b/monetdb5/mal/Tests/tst804.stable.out
--- a/monetdb5/mal/Tests/tst804.stable.out
+++ b/monetdb5/mal/Tests/tst804.stable.out
@@ -13,7 +13,7 @@ stdout of test 'tst804` in directory 'mo
## test definiton of a function in a unknown module
#function wrong.message():void;
!SyntaxException:parseError:function wrong.message():void;
-!SyntaxException:parseError: ^<module> not defined
+!SyntaxException:parseError: ^<module> name not defined
!SyntaxException:parseError: io.print("shouldn't come here");
!SyntaxException:parseError:^';' expected
!SyntaxException:parseError:end message;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list