=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/t/GET.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- todotxt/Text-Todo-REST-API/t/GET.t 2010/01/17 19:41:24 1.1 +++ todotxt/Text-Todo-REST-API/t/GET.t 2010/01/17 20:18:58 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: GET.t,v 1.1 2010/01/17 19:41:24 andrew Exp $ #=============================================================================== use strict; @@ -27,5 +27,5 @@ my $result; ok( !eval { $result = $api->GET() }, 'GET method' ); -like( $@, '/^Unable to Dump \[list\]/', 'Failed GET as expected' ); +like( $@, '/^Unable to Dump \[files\]/', 'Failed GET as expected' ); $result = undef;