X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86might_have.t;h=0ca9a06f109d7cfead1c7e1a97cae45055d80564;hb=eed5492fecb339252aaad11adb22651e5bd06d7b;hp=c1a66dee5b2c9a69dc8eb4a83b363a16259a5ca8;hpb=5e0e5426b36b5df5f9d1394068cd9f7f1c81087a;p=dbsrgits%2FDBIx-Class-Historic.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" },