=================================================================== RCS file: /cvs/todotxt/Text-Todo/t/list.t,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- todotxt/Text-Todo/t/list.t 2010/01/09 06:54:15 1.4 +++ todotxt/Text-Todo/t/list.t 2010/01/09 07:02:35 1.5 @@ -8,13 +8,13 @@ # AUTHOR: Andrew Fresh (AAF), andrew@cpan.org # COMPANY: Red River Communications # CREATED: 01/07/10 19:11 -# REVISION: $RedRiver: list.t,v 1.3 2010/01/09 06:26:43 andrew Exp $ +# REVISION: $RedRiver: list.t,v 1.4 2010/01/09 06:54:15 andrew Exp $ #=============================================================================== use strict; use warnings; -use Test::More; #tests => 2; +use Test::More tests => 47; use File::Temp qw/ tempdir /; use Data::Dumper; @@ -96,7 +96,6 @@ } } -@projects; ok( @projects = $copy->listproj, 'listproj for current list' ); is_deeply( \@projects, [ 'dos', 'uno' ], 'got the projects we expected' );