projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1177100
)
fix bogus test
Peter Rabbitson [Wed, 13 May 2009 01:02:11 +0000 (
01:02
+0000)]
t/71mysql.t
patch
|
blob
|
blame
|
history
diff --git
a/t/71mysql.t
b/t/71mysql.t
index
475dc0f
..
1e81376
100644
(file)
--- a/
t/71mysql.t
+++ b/
t/71mysql.t
@@
-136,7
+136,7
@@
my $cd = $schema->resultset ('CD')->create ({});
my $producer = $schema->resultset ('Producer')->create ({});
-lives_ok { $cd->set_producers ([ $cd ]) } 'set_relationship doesnt die';
+lives_ok { $cd->set_producers ([ $producer ]) } 'set_relationship doesnt die';
# clean up our mess
END {