aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311/endpoint/warwick_dbd.t
diff options
context:
space:
mode:
Diffstat (limited to 't/open311/endpoint/warwick_dbd.t')
-rw-r--r--t/open311/endpoint/warwick_dbd.t17
1 files changed, 0 insertions, 17 deletions
diff --git a/t/open311/endpoint/warwick_dbd.t b/t/open311/endpoint/warwick_dbd.t
deleted file mode 100644
index 9120c6467..000000000
--- a/t/open311/endpoint/warwick_dbd.t
+++ /dev/null
@@ -1,17 +0,0 @@
-use strict; use warnings;
-
-=head1 NAME
-
-warwick_dbd.t - test that Oracle constants can be imported if present
-
-=cut
-
-use Test::More;
-
-use lib 't/open311/endpoint/exor/';
-
-use DBD::Oracle; # fake from above test lib (or real if installed)
-use t::open311::endpoint::Endpoint_Warwick;
-
-ok 1;
-done_testing;