Revert 2c2bc4e5 - it is entirely superseded by cb551b07, 2baba3d9 and 83eef562
[dbsrgits/DBIx-Class.git] / t / inflate / datetime_sqlanywhere.t
index c17573b..676665f 100644 (file)
@@ -43,7 +43,9 @@ foreach my $info (@info) {
 
   next unless $dsn;
 
-  $schema = DBICTest->connect_schema($dsn, $user, $pass, {
+  $schema = DBICTest::Schema->clone;
+
+  $schema->connection($dsn, $user, $pass, {
     on_connect_call => 'datetime_setup',
   });