diff options
Diffstat (limited to 't/open311/endpoint/warwick_dbd.t')
-rw-r--r-- | t/open311/endpoint/warwick_dbd.t | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/t/open311/endpoint/warwick_dbd.t b/t/open311/endpoint/warwick_dbd.t new file mode 100644 index 000000000..9120c6467 --- /dev/null +++ b/t/open311/endpoint/warwick_dbd.t @@ -0,0 +1,17 @@ +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; |