[Bast-commits] r3167 - in branches/DBIx-Class-Schema-Loader/current: . t

blblack at dev.catalyst.perl.org blblack at dev.catalyst.perl.org
Fri Mar 30 23:42:17 GMT 2007


Author: blblack
Date: 2007-03-30 23:42:17 +0100 (Fri, 30 Mar 2007)
New Revision: 3167

Modified:
   branches/DBIx-Class-Schema-Loader/current/Changes
   branches/DBIx-Class-Schema-Loader/current/t/01use.t
Log:
wrong test count

Modified: branches/DBIx-Class-Schema-Loader/current/Changes
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/Changes	2007-03-30 22:37:04 UTC (rev 3166)
+++ branches/DBIx-Class-Schema-Loader/current/Changes	2007-03-30 22:42:17 UTC (rev 3167)
@@ -1,5 +1,6 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+0.03999_01 Not yet released
         - Added *experimental* Oracle support from work done
           by Tsunoda Kazuya some months ago.  Not well tested.
         - Added "rescan" schema (and loader) method, which picks

Modified: branches/DBIx-Class-Schema-Loader/current/t/01use.t
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/t/01use.t	2007-03-30 22:37:04 UTC (rev 3166)
+++ branches/DBIx-Class-Schema-Loader/current/t/01use.t	2007-03-30 22:42:17 UTC (rev 3167)
@@ -1,5 +1,5 @@
 use strict;
-use Test::More tests => 9;
+use Test::More tests => 10;
 
 BEGIN {
     use_ok 'DBIx::Class::Schema::Loader';




More information about the Bast-commits mailing list