From: Ken Youens-Clark Date: Wed, 20 Aug 2003 20:51:49 +0000 (+0000) Subject: Changed test to match what "comments" now returns. X-Git-Tag: v0.04~279 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a7e9080bd9b31fd7e26886cbf617c6cdce7da79;p=dbsrgits%2FSQL-Translator.git Changed test to match what "comments" now returns. --- diff --git a/t/13schema.t b/t/13schema.t index 9a92ebf..d8c9f4f 100644 --- a/t/13schema.t +++ b/t/13schema.t @@ -64,7 +64,7 @@ require_ok( 'SQL::Translator::Schema' ); is( scalar @{ $fields || [] }, 0, 'Table "foo" has no fields' ); like( $foo_table->error, qr/no fields/i, 'Error for no fields' ); - is( $foo_table->comments, '', 'No comments' ); + is( $foo_table->comments, undef, 'No comments' ); # # New table with args