X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fbase.t;fp=t%2Fstorage%2Fbase.t;h=df59e91278cc6e59bcc4d0912b50c301937b4c97;hb=de0edd06a26e5a5f90df64777aeba91968f06c93;hp=90cd8f7b1c61c305e6f6cc5a5fc87e3082ac3d6b;hpb=4b1b44c16347a9f7a404a390983782cc5625e355;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/base.t b/t/storage/base.t index 90cd8f7..df59e91 100644 --- a/t/storage/base.t +++ b/t/storage/base.t @@ -18,7 +18,7 @@ is( ref($storage), 'DBIx::Class::Storage::DBI::SQLite', 'Storage reblessed correctly into DBIx::Class::Storage::DBI::SQLite' -) unless $ENV{DBICTEST_VIA_REPLICATED}; +) unless $storage->isa('DBIx::Class::Storage::DBI::Replicated'); throws_ok { $schema->storage->throw_exception('test_exception_42'); @@ -56,7 +56,6 @@ throws_ok { }; } - # testing various invocations of connect_info ([ ... ]) my $coderef = sub { 42 };