[Bast-commits] r7230 - DBIx-Class/0.08/branches/discard_changes_replication_fix/t

jnapiorkowski at dev.catalyst.perl.org jnapiorkowski at dev.catalyst.perl.org
Wed Aug 5 14:57:46 GMT 2009


Author: jnapiorkowski
Date: 2009-08-05 14:57:45 +0000 (Wed, 05 Aug 2009)
New Revision: 7230

Modified:
   DBIx-Class/0.08/branches/discard_changes_replication_fix/t/93storage_replication.t
Log:
opps typo in test status messages

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-05 14:56:32 UTC (rev 7229)
+++ DBIx-Class/0.08/branches/discard_changes_replication_fix/t/93storage_replication.t	2009-08-05 14:57:45 UTC (rev 7230)
@@ -766,12 +766,12 @@
 	is $debug{storage_type}, 'MASTER', "got last query from a master: $debug{dsn}";
 
 	ok $artist->discard_changes({force_pool=>'master'})
-	   => 'properly alled discard_changes against master (manual attrs)';
+	   => 'properly called discard_changes against master (manual attrs)';
 
 	is $debug{storage_type}, 'MASTER', "got last query from a master: $debug{dsn}";
 
 	ok $artist->discard_changes()
-	   => 'properly alled discard_changes against master (default attrs)';
+	   => 'properly called discard_changes against master (default attrs)';
 
 	is $debug{storage_type}, 'MASTER', "got last query from a master: $debug{dsn}"
 }




More information about the Bast-commits mailing list