From 6863244b840583f978fa2e11dee54a95d709cbad Mon Sep 17 00:00:00 2001 From: zby Date: Fri, 30 Jan 2009 16:53:24 +0000 Subject: [PATCH] code for resolving - fix --- t/lib/RunTests.pm | 2 ++ t/sqlite.t | 2 +- t/var/dvdzbr.db | Bin 30720 -> 30720 bytes 3 files changed, 3 insertions(+), 1 deletion(-) 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 9c7241ca1a915c6f54cdbfe6a28551d8fdc7606a..6baf0116432b697306a4036b80177541bd649fd2 100644 GIT binary patch delta 781 zcmah{%}Z2K6o2QQckjEYIm%4=1^RHB88gT4>|kZ!PCPo{9Mo;@&K0MLuf zjrixOoPl%r1{F@=Q+$VaFgG=R8QXmrgufOgch*hTZmfdsJqWkET{&wd6|b$X#t!(; zJ~rbqfF_D{4ns4k&KJ-^R}=T3mA)og;2=HjDyQpRg>G6P4|lVr^FOHV01 XrR6CtwbWfAnGn-`8$QNia>)DzTr9ze delta 687 zcmY*WO;3|S5Z>8&clV`ylv-+wO{9_V5wsA6c+?sX1{+!uj7{WHMPf*W5KC1M6yre; z#*d6%JnF%dCUpM*cro#`MngCVhZ+OM1UU3$BDn8sB)W%rc4p_9nP+x>8|Js+Nj&s| z{dbNpEgX4|_0k6GK6)UxO8FR_H1Ryhr7uli|1O4_a$%^U l&RhWk`dKdJgq7=Yl+TntQ|k5MsB6Ete0e7bpm&Sl{07JYsoVen -- 2.43.0