From: Mark Addison Date: Wed, 25 May 2005 11:51:59 +0000 (+0000) Subject: Applied Chis Hilton patch to fix. (Test used non existant test file) X-Git-Tag: v0.11008~561 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b13c0e377cc957ec3ab463bde6b7988d27232736;p=dbsrgits%2FSQL-Translator.git Applied Chis Hilton patch to fix. (Test used non existant test file) --- diff --git a/t/37-translator-graph.t b/t/37-translator-graph.t index ad3779e..46a2c05 100644 --- a/t/37-translator-graph.t +++ b/t/37-translator-graph.t @@ -17,7 +17,7 @@ BEGIN { parser => "PostgreSQL", ); - ok( $tr->translate('t/data/pgsql/wiki.sql'), 'Translate PG' ); + ok( $tr->translate('t/data/pgsql/turnkey.sql'), 'Translate PG' ); ok( my $schema = $tr->schema, 'Got Schema' ); ok( my $graph = $schema->as_graph, 'Graph made'); }