Try Schwern's latest Test::Builder offering on a stock perl and a threaded blead
[dbsrgits/DBIx-Class.git] / t / sqlmaker / oracle.t
index 14e74e2..69234f9 100644 (file)
@@ -11,11 +11,12 @@ BEGIN {
 use Test::Exception;
 use Data::Dumper::Concise;
 use lib qw(t/lib);
+use DBICTest;
 use DBIC::SqlMakerTest;
 use DBIx::Class::SQLMaker::Oracle;
 
 #
-#  Offline test for connect_by 
+#  Offline test for connect_by
 #  ( without active database connection)
 #
 my @handle_tests = (
@@ -43,7 +44,7 @@ my @handle_tests = (
         bind        => ['King'],
         msg         => 'oracle.com example #1',
     },
-    # CONNECT BY PRIOR employee_id = manager_id and 
+    # CONNECT BY PRIOR employee_id = manager_id and
     #            PRIOR account_mgr_id = customer_id ...
     {
         connect_by  => {