From: Peter Rabbitson Date: Wed, 10 Mar 2010 09:24:49 +0000 (+0000) Subject: Merge fallout X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6e4112ad216feef525f32cfa2ec7622cb70b511;hp=54161a15147b7e8c1fe3251595cf9d5dae78b59b;p=dbsrgits%2FDBIx-Class-Historic.git Merge fallout --- diff --git a/t/73oracle.t b/t/73oracle.t index 3f60930..2c71724 100644 --- a/t/73oracle.t +++ b/t/73oracle.t @@ -45,14 +45,6 @@ my $schema = DBICTest::Schema->connect($dsn, $user, $pass); my $dbh = $schema->storage->dbh; -if ( $schema->storage->isa('DBIx::Class::Storage::DBI::Oracle::Generic') ) { - plan tests => 46; -} -else { - plan tests => 36; -} - - eval { $dbh->do("DROP SEQUENCE artist_seq"); $dbh->do("DROP SEQUENCE cd_seq");