From: zby Date: Fri, 30 Jan 2009 16:53:24 +0000 (+0000) Subject: code for resolving - fix X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=commitdiff_plain;h=6863244b840583f978fa2e11dee54a95d709cbad code for resolving - fix --- diff --git a/t/lib/RunTests.pm b/t/lib/RunTests.pm index d0fce65..2036de0 100644 --- a/t/lib/RunTests.pm +++ b/t/lib/RunTests.pm @@ -20,6 +20,7 @@ sub run_tests{ my $updates; $updates = { + id => undef, name => 'Test name 2', viewings => [ { user_id => $owner->id } ], owner => { id => $owner->id }, @@ -37,6 +38,7 @@ sub run_tests{ ; # creating new records my $updates = { + id => undef, aaaa => undef, tags => [ '2', { id => '3' } ], name => 'Test name', diff --git a/t/sqlite.t b/t/sqlite.t index 45eca31..ae617b6 100644 --- a/t/sqlite.t +++ b/t/sqlite.t @@ -4,7 +4,7 @@ use lib 't/lib'; use DBSchema; use RunTests; use Test::More; -plan tests => 19; +plan tests => 23; my $schema = DBSchema::get_test_schema(); run_tests( $schema ); diff --git a/t/var/dvdzbr.db b/t/var/dvdzbr.db index 9c7241c..6baf011 100644 Binary files a/t/var/dvdzbr.db and b/t/var/dvdzbr.db differ