Reverting a48693f42e - the test is a fat duplicate of t/prefetch/false_colvalues.t
[dbsrgits/DBIx-Class-Historic.git] / t / 39load_namespaces_rt41083.t
index 615036c..79c9c7a 100644 (file)
@@ -1,13 +1,10 @@
-#!/usr/bin/perl
-
 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/ :