Move tests around, add extra has_one relationship
Peter Rabbitson [Tue, 23 Jun 2009 14:46:18 +0000 (14:46 +0000)]
t/lib/DBICTest/Schema/Track.pm
t/multi_create/in_memory.t [moved from t/96multi_create_new.t with 100% similarity]
t/multi_create/standard.t [moved from t/96multi_create.t with 100% similarity]
t/multi_create/torture.t [moved from t/96multi_create_torture.t with 100% similarity]

index 4966800..70dc805 100644 (file)
@@ -46,4 +46,6 @@ __PACKAGE__->belongs_to( disc => 'DBICTest::Schema::CD' => 'cd');
 __PACKAGE__->might_have( cd_single => 'DBICTest::Schema::CD', 'single_track' );
 __PACKAGE__->might_have( lyrics => 'DBICTest::Schema::Lyrics', 'track_id' );
 
+__PACKAGE__->has_one( undying_lyric => 'DBICTest::Schema::Lyrics', 'track_id' );
+
 1;
similarity index 100%
rename from t/96multi_create.t
rename to t/multi_create/standard.t