X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86might_have.t;h=0ca9a06f109d7cfead1c7e1a97cae45055d80564;hb=67cd640337ddda2ee20e5ec81a638ff611cd24df;hp=c1a66dee5b2c9a69dc8eb4a83b363a16259a5ca8;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/86might_have.t b/t/86might_have.t index c1a66de..0ca9a06 100644 --- a/t/86might_have.t +++ b/t/86might_have.t @@ -40,6 +40,8 @@ is($queries, 1, 'liner_notes (might_have) prefetched - do not load liner_notes on update'); warning_like { + local $ENV{DBIC_DONT_VALIDATE_RELS}; + DBICTest::Schema::Bookmark->might_have( linky => 'DBICTest::Schema::Link', { "foreign.id" => "self.link" },