X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F20invocations.t;h=c74892a4fada16c9834c1817cb1a13e582ff63c6;hb=c213fd3d7802c6d46dceae4e371476de14c43c56;hp=170dd77c1f47b923f9ddeae78a168b74cf74df3d;hpb=c4a499936d5e44e76c894602df95ba2437eb3f3e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/20invocations.t b/t/20invocations.t index 170dd77..c74892a 100644 --- a/t/20invocations.t +++ b/t/20invocations.t @@ -108,7 +108,7 @@ my @invocations = ( DBICTest::Schema::_make_schema_at_explicit->clone; }, 'no_skip_load_external' => sub { - # By default we should pull in t/lib/DBICTest/Schema/13/Foo.pm $skip_me since t/lib is in @INC + # By default we should pull in t/lib/DBICTest/Schema/_no_skip_load_external/Foo.pm $skip_me since t/lib is in @INC use DBIx::Class::Schema::Loader; DBIx::Class::Schema::Loader::make_schema_at( 'DBICTest::Schema::_no_skip_load_external', @@ -118,7 +118,7 @@ my @invocations = ( DBICTest::Schema::_no_skip_load_external->clone; }, 'skip_load_external' => sub { - # When we explicitly skip_load_external t/lib/DBICTest/Schema/14/Foo.pm should be ignored + # When we explicitly skip_load_external t/lib/DBICTest/Schema/_skip_load_external/Foo.pm should be ignored use DBIx::Class::Schema::Loader; DBIx::Class::Schema::Loader::make_schema_at( 'DBICTest::Schema::_skip_load_external',