Changed test to match what "comments" now returns.
Ken Youens-Clark [Wed, 20 Aug 2003 20:51:49 +0000 (20:51 +0000)]
t/13schema.t

index 9a92ebf..d8c9f4f 100644 (file)
@@ -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