Changeset: c0b19ee803ad for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c0b19ee803ad Modified Files: pathfinder/modules/pftijah/Tests/procs.stable.out pathfinder/runtime/Tests/procs.stable.out Branch: Oct2010 Log Message:
Fix stable output.
When changing stream_* to mnstr_* some test output was accidentally
also changed.
diffs (28 lines):
diff -r 4fc969181c36 -r c0b19ee803ad
pathfinder/modules/pftijah/Tests/procs.stable.out
--- a/pathfinder/modules/pftijah/Tests/procs.stable.out Tue Sep 28 10:24:28
2010 +0200
+++ b/pathfinder/modules/pftijah/Tests/procs.stable.out Tue Sep 28 16:40:08
2010 +0200
@@ -631,8 +631,8 @@
[ "standoff_select_narrow(BAT[void,oid], BAT[oid,void], BAT[oid,oid],
BAT[oid,any], BAT[oid,any]) : BAT[void,oid]"
]
[ "standoff_select_wide(BAT[void,oid], BAT[oid,void], BAT[oid,oid],
BAT[oid,any], BAT[oid,any]) : BAT[void,oid]"
]
[ "step(int, int, BAT[void,oid], BAT[void,oid], BAT[void,oid], any,
BAT[void,BAT], int, chr, str, str, str) : BAT[void,BAT]" ]
-[ "mnstr_line(Stream) : str"
]
-[ "mnstr_strip(Stream, str) : str"
]
+[ "stream_line(Stream) : str"
]
+[ "stream_strip(Stream, str) : str"
]
[ "string(str, int) : str"
]
[ "string(str, int, int) : str"
]
[ "stringleft(str, int) : str"
]
diff -r 4fc969181c36 -r c0b19ee803ad pathfinder/runtime/Tests/procs.stable.out
--- a/pathfinder/runtime/Tests/procs.stable.out Tue Sep 28 10:24:28 2010 +0200
+++ b/pathfinder/runtime/Tests/procs.stable.out Tue Sep 28 16:40:08 2010 +0200
@@ -633,8 +633,8 @@
[ "standoff_select_narrow(BAT[void,oid], BAT[oid,void], BAT[oid,oid],
BAT[oid,any], BAT[oid,any]) : BAT[void,oid]"
]
[ "standoff_select_wide(BAT[void,oid], BAT[oid,void], BAT[oid,oid],
BAT[oid,any], BAT[oid,any]) : BAT[void,oid]"
]
[ "step(int, int, BAT[void,oid], BAT[void,oid], BAT[void,oid], any,
BAT[void,BAT], int, chr, str, str, str) : BAT[void,BAT]"
]
-[ "mnstr_line(Stream) : str"
]
-[ "mnstr_strip(Stream, str) : str"
]
+[ "stream_line(Stream) : str"
]
+[ "stream_strip(Stream, str) : str"
]
[ "string(str, int) : str"
]
[ "string(str, int, int) : str"
]
[ "stringleft(str, int) : str"
]
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list
