X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbackcompat%2F0.04006%2Flib%2Fdbixcsl_common_tests.pm;h=42920dd693c9f1ed64bfa3560e07a6fef23dab86;hb=d13aecb1c69f045203333458d35ac838c1802374;hp=3a64bc30366ce389d115706641ee86e9c8de6de5;hpb=fa6f8d4e55abe58e20f7fdeaa79dfc6e9d31fa10;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/backcompat/0.04006/lib/dbixcsl_common_tests.pm b/t/backcompat/0.04006/lib/dbixcsl_common_tests.pm index 3a64bc3..42920dd 100644 --- a/t/backcompat/0.04006/lib/dbixcsl_common_tests.pm +++ b/t/backcompat/0.04006/lib/dbixcsl_common_tests.pm @@ -43,7 +43,7 @@ sub _monikerize { sub run_tests { my $self = shift; - plan tests => 88; + plan tests => 89; $self->create(); @@ -462,6 +462,9 @@ sub run_tests { isa_ok( $obj13->id, $class12 ); isa_ok( $obj13->loader_test12, $class12); isa_ok( $obj13->dat, $class12); + + my $obj12 = $rsobj12->find(1); + isa_ok( $obj12->loader_test13_ids, "DBIx::Class::ResultSet" ); } SKIP: {