--- trunk/t/5-output-webpacus.t 2007/11/01 00:16:48 949 +++ trunk/t/5-output-webpacus.t 2007/11/04 14:43:47 993 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 10; +use Test::More tests => 11; BEGIN { use_ok( 'WebPAC::Test' ); @@ -17,6 +17,10 @@ %LOG }), "new"); +ok( $out->consume_outputs, 'consume_outputs' ); + +diag "consume_outputs = ",dump( $out->consume_outputs ) if $debug; + ok( $out->init, 'init' ); my $ds = { @@ -43,5 +47,5 @@ diag "path: ",$out->path if $debug; -ok( $out->finish, 'finish' ); +cmp_ok( $out->finish, '==', 4, 'finish' );