Author: timbo
Date: Thu Jun 14 05:45:32 2007
New Revision: 9652

Modified:
   dbi/trunk/t/40profile.t

Log:
Fix test count.


Modified: dbi/trunk/t/40profile.t
==============================================================================
--- dbi/trunk/t/40profile.t     (original)
+++ dbi/trunk/t/40profile.t     Thu Jun 14 05:45:32 2007
@@ -22,7 +22,7 @@
     # tie methods (STORE/FETCH etc) get called different number of times
     plan skip_all => "test results assume perl >= 5.8.2"
         if $] <= 5.008001;
-    plan tests => 54;
+    plan tests => 55;
 }
 
 $Data::Dumper::Indent = 1;

Reply via email to