]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/sqlite.t
fix for a new record that belongs to an old one; accepting row objects in the updates...
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / sqlite.t
index 835ecd1858cd8f289a524a87f2dc8ccae003ca5d..45eca317591648d992a0ade3243f75d6e1fe3f77 100644 (file)
@@ -4,7 +4,7 @@ use lib 't/lib';
 use DBSchema;
 use RunTests;
 use Test::More;
-plan tests => 15;
+plan tests => 19;
 
 my $schema = DBSchema::get_test_schema();
 run_tests( $schema );
This page took 0.019932 seconds and 4 git commands to generate.