X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F19quotes.t;h=622eefb83ea65add3e92dac2b56e588ca974c9b2;hb=3ebc5603d1fb51f7d15c18c1d80a043495d93f9e;hp=d8ba469d745e2d92563dc0754e2f8a024d6e21f6;hpb=c61a0748004eaaeb8207dc8a933ed5213ccce3e6;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/19quotes.t b/t/19quotes.t index d8ba469..622eefb 100644 --- a/t/19quotes.t +++ b/t/19quotes.t @@ -19,7 +19,7 @@ use_ok('DBICTest'); use_ok('DBIC::DebugObj'); my $schema = DBICTest->init_schema(); -diag('Testing against ' . join(' ', map { $schema->storage->dbh->get_info($_) } qw/17 18/)); +#diag('Testing against ' . join(' ', map { $schema->storage->dbh->get_info($_) } qw/17 18/)); $schema->storage->sql_maker->quote_char('`'); $schema->storage->sql_maker->name_sep('.');