Changeset: 74e5863a3248 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=74e5863a3248
Modified Files:
        sql/test/BugTracker-2011/Tests/All
        sql/test/BugTracker-2011/Tests/count-count-distinct.Bug-2808.stable.out
Branch: Apr2011
Log Message:

moved test count-count-distinct.Bug-2808 to be first in directory,
such that its output is independent of other tests


diffs (42 lines):

diff --git a/sql/test/BugTracker-2011/Tests/All 
b/sql/test/BugTracker-2011/Tests/All
--- a/sql/test/BugTracker-2011/Tests/All
+++ b/sql/test/BugTracker-2011/Tests/All
@@ -1,3 +1,4 @@
+count-count-distinct.Bug-2808
 copy-into-file-error.Bug-2722
 bulk_rotate_xor_hash-error.Bug-2734
 aggregate-in-subquery.Bug-2739
@@ -12,7 +13,6 @@
 crash_on_alias.Bug-2798
 groupby_primary_key.Bug-2807
 merge_range_exp.Bug-2806
-count-count-distinct.Bug-2808
 crash_in_push_exp_down.Bug-2811
 subquery_in_from_clause.Bug-2812
 mkey-bulk_rotate_xor_hash.Bug-2825
diff --git 
a/sql/test/BugTracker-2011/Tests/count-count-distinct.Bug-2808.stable.out 
b/sql/test/BugTracker-2011/Tests/count-count-distinct.Bug-2808.stable.out
--- a/sql/test/BugTracker-2011/Tests/count-count-distinct.Bug-2808.stable.out
+++ b/sql/test/BugTracker-2011/Tests/count-count-distinct.Bug-2808.stable.out
@@ -30,19 +30,19 @@
 % L1 # name
 % wrd # type
 % 2 # length
-[ 32   ]
+[ 30   ]
 #select count(distinct name) from tables;
 % .tables # table_name
 % L2 # name
 % wrd # type
 % 2 # length
-[ 26   ]
+[ 24   ]
 #select count(name) , count(distinct name) from tables;
 % .tables,     .tables # table_name
 % L3,  L4 # name
 % wrd, wrd # type
 % 2,   2 # length
-[ 32,  26      ]
+[ 30,  24      ]
 
 # 10:05:42 >  
 # 10:05:42 >  Done.
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to