aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311/endpoint/warwick_dbd.t
blob: 9120c6467c4e0fd848a42f5bb8795b534965a8fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;