X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86might_have.t;h=c1a66dee5b2c9a69dc8eb4a83b363a16259a5ca8;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hp=a37540405fa80bde723a7c8ba863e23ff69abfc3;hpb=dc571b762ce7865d904f506bf890600543c9de81;p=dbsrgits%2FDBIx-Class.git diff --git a/t/86might_have.t b/t/86might_have.t index a375404..c1a66de 100644 --- a/t/86might_have.t +++ b/t/86might_have.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings; use Test::More; use Test::Warn; @@ -21,7 +21,7 @@ $schema->storage->debug(1); $cd->update; -is($queries, 1, 'liner_notes (might_have) not prefetched - do not load +is($queries, 1, 'liner_notes (might_have) not prefetched - do not load liner_notes on update'); $schema->storage->debug($sdebug); @@ -36,7 +36,7 @@ $schema->storage->debug(1); $cd2->update; -is($queries, 1, 'liner_notes (might_have) prefetched - do not load +is($queries, 1, 'liner_notes (might_have) prefetched - do not load liner_notes on update'); warning_like { @@ -50,7 +50,7 @@ warning_like { { local $ENV{DBIC_DONT_VALIDATE_RELS} = 1; - warning_is { + warning_is { DBICTest::Schema::Bookmark->might_have( slinky => 'DBICTest::Schema::Link', { "foreign.id" => "self.link" },