Changeset: 37ffa144978f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=37ffa144978f
Modified Files:
        monetdb5/modules/mal/Tests/remote12.stable.out
Branch: default
Log Message:

Approve output


diffs (29 lines):

diff --git a/monetdb5/modules/mal/Tests/remote12.stable.out 
b/monetdb5/modules/mal/Tests/remote12.stable.out
--- a/monetdb5/modules/mal/Tests/remote12.stable.out
+++ b/monetdb5/modules/mal/Tests/remote12.stable.out
@@ -16,16 +16,21 @@ stdout of test 'remote12` in directory '
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:33456/
 # MonetDB/GIS module loaded
 # MonetDB/SQL module loaded
-# SQLException:mvc:SQL module not initialized
+!SyntaxException:parseError:e := nil:BAT;
+!SyntaxException:parseError:           ^<type identifier> expected
+!SyntaxException:parseError:m:str := remote.put(conn, e);
+!SyntaxException:parseError:^operator expected
+!SyntaxException:parseError:v:BAT := remote.get(conn,m);
+!SyntaxException:parseError:     ^<type identifier> expected
+!SyntaxException:parseError:io.print(v);
+!SyntaxException:parseError:^';' expected
 function user.main():void;
 #causing a sigfault  
     uri := sabaoth.getLocalConnectionURI();
     conn:str  := remote.connect(uri,"monetdb","monetdb");
     e := nil:BAT;
-    m:str  := remote.put(conn,e);
     io.print(m);
-    v:BAT  := remote.get(conn,m);
-    io.print(v);
+    v:BAT;
     mdb.var();
 end user.main;
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to