Only load DBICTest::Schema when needed in tests
[dbsrgits/DBIx-Class.git] / t / 73oracle.t
index 87be799..f6da1a1 100644 (file)
@@ -62,6 +62,7 @@ $ENV{NLS_LANG} = "AMERICAN";
   1;
 }
 
+require DBICTest::Schema;
 DBICTest::Schema->load_classes('ArtistFQN');
 
 # This is in Core now, but it's here just to test that it doesn't break