From: Arthur Axel "fREW" Schmidt Date: Wed, 28 Apr 2010 21:37:08 +0000 (+0000) Subject: spellink X-Git-Tag: v0.900201~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Journal.git;a=commitdiff_plain;h=c34c138750a252b86329ff235e1e6c4e8a440e35 spellink --- diff --git a/t/03populate.t b/t/03populate.t index d03a3a1..35d52dd 100644 --- a/t/03populate.t +++ b/t/03populate.t @@ -46,7 +46,7 @@ $schema->journal_schema_deploy(); $count = eval { $schema->_journal_schema->resultset('ChangeLog')->count }; is( $@, '', "no error" ); -is( $count, 0, "count is 0 (chagnelog)" ); +is( $count, 0, "count is 0 (changelog)" ); # run populate $schema->prepopulate_journal(); @@ -93,7 +93,7 @@ $count = eval { delete_id => { '-not' => undef } })->count; }; - + is( $@, '', "no error" ); is( $count, 1, "count is 1 (delete_id)" );