Merge branch 'master' into topic/constructor_rewrite
[dbsrgits/DBIx-Class.git] / t / sqlmaker / quotes / quotes_newstyle.t
similarity index 96%
rename from t/sqlahacks/quotes/quotes_newstyle.t
rename to t/sqlmaker/quotes/quotes_newstyle.t
index 6d448ea..c122517 100644 (file)
@@ -11,8 +11,6 @@ use_ok('DBIC::DebugObj');
 
 my $schema = DBICTest->init_schema();
 
-#diag('Testing against ' . join(' ', map { $schema->storage->dbh->get_info($_) } qw/17 18/));
-
 my $dsn = $schema->storage->_dbi_connect_info->[0];
 $schema->connection(
   $dsn,