X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04_c3_mro.t;h=0b7314c79b7304e185bbc70db98d97273c8db847;hb=b775fa8e88ff5a798e4b4a198b782c76edd93f6b;hp=0c22babb4ef17fdac5efae355da3819780021583;hpb=db29433c74a98967f61f117bd508c06055db2892;p=dbsrgits%2FDBIx-Class.git diff --git a/t/04_c3_mro.t b/t/04_c3_mro.t index 0c22bab..0b7314c 100644 --- a/t/04_c3_mro.t +++ b/t/04_c3_mro.t @@ -45,6 +45,7 @@ is_deeply ( DBIx::Class::Storage::DBI::Sybase DBIx::Class::Storage::DBI::MSSQL DBIx::Class::Storage::DBI::UniqueIdentifier + DBIx::Class::Storage::DBI::IdentityInsert DBIx::Class::Storage::DBI DBIx::Class::Storage::DBIHacks DBIx::Class::Storage @@ -58,6 +59,7 @@ is_deeply ( ); my $storage = DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server->new; +$storage->connect_info(['dbi:SQLite::memory:']); # determine_driver's init() connects for this subclass $storage->_determine_driver; is ( $storage->can('sql_limit_dialect'),