Factor out the oracle shortener code, and apply it to both
[dbsrgits/DBIx-Class.git] / t / 39load_namespaces_rt41083.t
index 615036c..293506b 100644 (file)
@@ -4,10 +4,9 @@ use strict;
 use warnings;
 
 use lib 't/lib';
+use DBICTest; # do not remove even though it is not used 
 use Test::More tests => 8;
 
-plan tests => 8;
-
 sub _chk_warning {
   defined $_[0]?
     $_[0] !~ qr/We found ResultSet class '([^']+)' for '([^']+)', but it seems that you had already set '([^']+)' to use '([^']+)' instead/ :