[Bast-commits] r8310 - DBIx-Class/0.08/branches/null_column_regression/t/inflate

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Thu Jan 14 23:48:10 GMT 2010


Author: ribasushi
Date: 2010-01-14 23:48:09 +0000 (Thu, 14 Jan 2010)
New Revision: 8310

Modified:
   DBIx-Class/0.08/branches/null_column_regression/t/inflate/hri.t
Log:
Correct test order

Modified: DBIx-Class/0.08/branches/null_column_regression/t/inflate/hri.t
===================================================================
--- DBIx-Class/0.08/branches/null_column_regression/t/inflate/hri.t	2010-01-14 16:05:21 UTC (rev 8309)
+++ DBIx-Class/0.08/branches/null_column_regression/t/inflate/hri.t	2010-01-14 23:48:09 UTC (rev 8310)
@@ -45,7 +45,7 @@
             my @dbic_reltable = $dbic_obj->$col;
             my @hashref_reltable = @{$datahashref->{$col}};
   
-            is (scalar @hashref_reltable, scalar @dbic_reltable, 'number of related entries');
+            is (scalar @dbic_reltable, scalar @hashref_reltable, 'number of related entries');
 
             # for my $index (0..scalar @hashref_reltable) {
             for my $index (0..scalar @dbic_reltable) {




More information about the Bast-commits mailing list