#At file:///Users/malff/BZR_TREE/mysql-next-mr-wl4895/ based on revid:marc.alff@stripped
3155 Marc Alff 2010-06-08
Fixed the unit tests count
modified:
storage/perfschema/unittest/pfs_instr_class-t.cc
=== modified file 'storage/perfschema/unittest/pfs_instr_class-t.cc'
--- a/storage/perfschema/unittest/pfs_instr_class-t.cc 2010-05-07 13:40:54 +0000
+++ b/storage/perfschema/unittest/pfs_instr_class-t.cc 2010-06-08 15:47:12 +0000
@@ -32,7 +32,7 @@ void test_no_registration()
PFS_cond_class *cond;
PFS_thread_class *thread;
PFS_file_class *file;
- PFS_table_share *table;
+ /* PFS_table_share *table; */
rc= init_sync_class(0, 0, 0);
ok(rc == 0, "zero init (sync)");
@@ -568,7 +568,7 @@ void do_all_tests()
int main(int, char **)
{
- plan(196);
+ plan(170);
MY_INIT("pfs_instr_info-t");
do_all_tests();
return 0;
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20100608154712-egnn7x9byoj2x4va.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-wl4895 branch (marc.alff:3155) | Marc Alff | 8 Jun |