projects
/
chaz
/
p5-DBIx-Class-ResultSet-RecursiveUpdate
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796be7d
)
small test improvement
author
Alexander Hartmaier
<abraxxa@cpan.org>
Sat, 23 Oct 2010 14:20:06 +0000
(16:20 +0200)
committer
Alexander Hartmaier
<abraxxa@cpan.org>
Sat, 23 Oct 2010 14:20:06 +0000
(16:20 +0200)
t/lib/RunTests.pm
patch
|
blob
|
history
diff --git
a/t/lib/RunTests.pm
b/t/lib/RunTests.pm
index 5fe46f91b14a8b553d0f4851176639bf480d9736..d2d83bbd0af1be8b09c6dec55f4b13db2dc3e26b 100644
(file)
--- a/
t/lib/RunTests.pm
+++ b/
t/lib/RunTests.pm
@@
-172,7
+172,7
@@
TODO: {
is( $schema->resultset('User')->count,
$expected_user_count, "No new user created" );
is( $dvd_updated->name, undef, 'Dvd name deleted' );
- is( $dvd_updated->
owner->id
, $another_owner->id, 'Owner updated' );
+ is( $dvd_updated->
get_column('owner')
, $another_owner->id, 'Owner updated' );
is( $dvd_updated->current_borrower->name,
'new name a', 'Related record modified' );
is( $dvd_updated->tags->count, 0, 'Tags deleted' );
This page took
0.020576 seconds
and
4
git commands to generate.