=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/t/GET/list.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- todotxt/Text-Todo-REST-API/t/GET/list.t 2010/01/17 19:41:24 1.1 +++ todotxt/Text-Todo-REST-API/t/GET/list.t 2010/01/18 13:47:53 1.2 @@ -7,7 +7,7 @@ # AUTHOR: Andrew Fresh (AAF), andrew@cpan.org # COMPANY: Red River Communications # CREATED: 01/07/10 19:11 -# REVISION: $AFresh1$ +# REVISION: $AFresh1: list.t,v 1.1 2010/01/17 19:41:24 andrew Exp $ #=============================================================================== use strict; @@ -23,7 +23,7 @@ diag("Testing GET list $class $Text::Todo::REST::API::VERSION"); -my $api = new_ok( $class, [ { basedir => 't', path_info => '/lists/todo' } ] ); +my $api = new_ok( $class, [ { todo_dir => 't/lists', path_info => '/todo' } ] ); my $list_should_be = [ { 'text' => '(A) entry 1 @one +uno',