[Bast-commits] r7251 -
DBIx-Class/0.08/branches/discard_changes_replication_fix/t
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Fri Aug 7 09:07:17 GMT 2009
Author: ribasushi
Date: 2009-08-07 09:07:14 +0000 (Fri, 07 Aug 2009)
New Revision: 7251
Modified:
DBIx-Class/0.08/branches/discard_changes_replication_fix/t/93storage_replication.t
Log:
Switch to done_testing
Modified: DBIx-Class/0.08/branches/discard_changes_replication_fix/t/93storage_replication.t
===================================================================
--- DBIx-Class/0.08/branches/discard_changes_replication_fix/t/93storage_replication.t 2009-08-07 09:06:41 UTC (rev 7250)
+++ DBIx-Class/0.08/branches/discard_changes_replication_fix/t/93storage_replication.t 2009-08-07 09:07:14 UTC (rev 7251)
@@ -11,9 +11,7 @@
BEGIN {
eval "use DBIx::Class::Storage::DBI::Replicated; use Test::Moose";
- plan $@
- ? ( skip_all => "Deps not installed: $@" )
- : ( tests => 132 );
+ plan skip_all => "Deps not installed: $@" if $@;
}
use_ok 'DBIx::Class::Storage::DBI::Replicated::Pool';
@@ -850,4 +848,6 @@
## Delete the old database files
$replicated->cleanup;
+done_testing;
+
# vim: sw=4 sts=4 :
More information about the Bast-commits
mailing list