Changeset: d29723ffc253 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d29723ffc253
Modified Files:
monetdb5/modules/mal/Tests/mserver00.mal
monetdb5/modules/mal/Tests/mserver00.stable.out
Branch: Apr2011
Log Message:
"host" is no longer in environment (inspect.getEnvironment()); replace by
hard-wired "localhost"
diffs (26 lines):
diff --git a/monetdb5/modules/mal/Tests/mserver00.mal
b/monetdb5/modules/mal/Tests/mserver00.mal
--- a/monetdb5/modules/mal/Tests/mserver00.mal
+++ b/monetdb5/modules/mal/Tests/mserver00.mal
@@ -3,7 +3,8 @@
z:= inspect.getEnvironment();
ps:= algebra.find(z,"mapi_port");
port:= calc.int(ps);
-hs:= algebra.find(z,"host");
+#hs:= algebra.find(z,"host");
+hs:= "localhost";
# hardcoded, as access control currently works, and client.getInfo # doesn't
#u:= clients.getInfo();
diff --git a/monetdb5/modules/mal/Tests/mserver00.stable.out
b/monetdb5/modules/mal/Tests/mserver00.stable.out
--- a/monetdb5/modules/mal/Tests/mserver00.stable.out
+++ b/monetdb5/modules/mal/Tests/mserver00.stable.out
@@ -17,7 +17,8 @@
z := inspect.getEnvironment();
ps := algebra.find(z,"mapi_port");
port := calc.int(ps);
- hs := algebra.find(z,"host");
+#hs:= algebra.find(z,"host");
+ hs := "localhost";
# hardcoded, as access control currently works, and client.getInfo # doesn't
#u:= clients.getInfo();
#usr:= algebra.find(u,"user");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list