projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c2c91e
)
tweaked might_have test for -current
Matt S Trout [Sun, 14 May 2006 18:25:56 +0000 (18:25 +0000)]
t/run/26might_have.tl
patch
|
blob
|
blame
|
history
diff --git
a/t/run/26might_have.tl
b/t/run/26might_have.tl
index
a1c534e
..
0b700e8
100644
(file)
--- a/
t/run/26might_have.tl
+++ b/
t/run/26might_have.tl
@@
-26,7
+26,7
@@
$schema->storage->debug(0);
my $cd2 = $schema->resultset("CD")->find(2, {prefetch => 'liner_notes'});
-$cd2->title('test');
+$cd2->title('test2');
# SELECT count
$queries = 0;