projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
78a6ac7
)
Move the rs preservation test to a more suitable place
Peter Rabbitson [Wed, 10 Jun 2009 09:22:05 +0000 (09:22 +0000)]
t/lib/DBICTest/Schema/Artist.pm
patch
|
blob
|
blame
|
history
t/search/preserve_original_rs.t
[moved from
t/prefetch/pollute_already_joined.t
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest/Schema/Artist.pm
b/t/lib/DBICTest/Schema/Artist.pm
index
b9794fe
..
be46d16
100644
(file)
--- a/
t/lib/DBICTest/Schema/Artist.pm
+++ b/
t/lib/DBICTest/Schema/Artist.pm
@@
-54,9
+54,9
@@
__PACKAGE__->has_many(
);
__PACKAGE__->has_many(
- artist_to_artwork => 'DBICTest::Schema::Artwork_to_Artist' => 'artist_id'
+ artwork_to_artist => 'DBICTest::Schema::Artwork_to_Artist' => 'artist_id'
);
-__PACKAGE__->many_to_many('artworks', 'artist_to_artwork', 'artwork');
+__PACKAGE__->many_to_many('artworks', 'artwork_to_artist', 'artwork');
sub sqlt_deploy_hook {
diff --git
a/t/prefetch/pollute_already_joined.t
b/t/search/preserve_original_rs.t
similarity index 100%
rename from
t/prefetch/pollute_already_joined.t
rename to
t/search/preserve_original_rs.t