projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
54161a1
)
Merge fallout
Peter Rabbitson [Wed, 10 Mar 2010 09:24:49 +0000 (09:24 +0000)]
t/73oracle.t
patch
|
blob
|
blame
|
history
diff --git
a/t/73oracle.t
b/t/73oracle.t
index
3f60930
..
2c71724
100644
(file)
--- 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");