Changeset: 442d18c074d8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=442d18c074d8
Modified Files:
        monetdb5/mal/Tests/recycle12.mal
        monetdb5/mal/Tests/recycle12.stable.out
Branch: Mar2011
Log Message:

fix stable output according to code renaming: "recycle.dumpQPat()" -> 
"recycle.dump()"


diffs (32 lines):

diff --git a/monetdb5/mal/Tests/recycle12.mal b/monetdb5/mal/Tests/recycle12.mal
--- a/monetdb5/mal/Tests/recycle12.mal
+++ b/monetdb5/mal/Tests/recycle12.mal
@@ -43,6 +43,6 @@
 qry1(10);
 qry1(10);
 
-recycle.dumpQPat();
+recycle.dump();
 #recycle.dump();
 
diff --git a/monetdb5/mal/Tests/recycle12.stable.out 
b/monetdb5/mal/Tests/recycle12.stable.out
--- a/monetdb5/mal/Tests/recycle12.stable.out
+++ b/monetdb5/mal/Tests/recycle12.stable.out
@@ -83,7 +83,7 @@
 #qry1(10);
 #qry1(10);
 #
-#recycle.dumpQPat();
+#recycle.dump();
 ##recycle.dump();
 #
 #
@@ -98,7 +98,7 @@
     user.qry(2,8);
     user.qry1(10);
     user.qry1(10);
-    recycle.dumpQPat();
+    recycle.dump();
 #recycle.dump(); 
 end main;
 #Query patterns 2
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to