Changeset: 6f19363ce03b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6f19363ce03b
Modified Files:
        clients/Tests/exports.stable.out
Branch: default
Log Message:

Approved.
Apparently it is very difficult to run tests.


diffs (28 lines):

diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -1494,9 +1494,9 @@ str JSONfilterArray(json *ret, json *j, 
 str JSONfilterObject(json *ret, json *j, str *pat);
 str JSONfilterObjectAll(json *ret, json *j, str *pat);
 int JSONfromString(str src, int *len, json *x);
-str JSONisarray(int *ret, json *j);
-str JSONisobject(int *ret, json *j);
-str JSONisvalid(int *ret, json *j);
+str JSONisarray(bit *ret, json *j);
+str JSONisobject(bit *ret, json *j);
+str JSONisvalid(bit *ret, json *j);
 str JSONjson2str(str *ret, json *j);
 str JSONlength(int *ret, json *j);
 str JSONnames(int *ret, json *j);
@@ -2358,6 +2358,11 @@ str URLnew3(str *url, str *protocol, str
 str URLnew4(str *url, str *protocol, str *server, int *port, str *file);
 str URLnoop(str *url, str *val);
 int URLtoString(str *s, int *len, str src);
+str UUIDequal(bit *retval, str *l, str *r);
+str UUIDgenerateUuid(str *retval);
+str UUIDisaUUID(bit *retval, str *s);
+str UUIDstr2uuid(str *retval, str *s);
+str UUIDuuid2str(str *retval, str *s);
 str XMLattribute(xml *ret, str *name, str *val);
 str XMLcomment(xml *x, str *s);
 str XMLconcat(xml *ret, xml *left, xml *right);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to