=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/t/formats/json.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- todotxt/Text-Todo-REST-API/t/formats/json.t 2010/01/31 04:24:55 1.2 +++ todotxt/Text-Todo-REST-API/t/formats/json.t 2010/02/13 21:45:54 1.3 @@ -7,7 +7,7 @@ # AUTHOR: Andrew Fresh (AAF), andrew@cpan.org # COMPANY: Red River Communications # CREATED: 01/07/10 19:11 -# REVISION: $AFresh1: json.t,v 1.1 2010/01/31 03:58:58 andrew Exp $ +# REVISION: $AFresh1: json.t,v 1.2 2010/01/31 04:24:55 andrew Exp $ #=============================================================================== use strict; @@ -34,7 +34,7 @@ my $result; my $api = new_ok($class); -is( $api->content_type, 'text/plain', 'Check content_type' ); +is( $api->content_type, 'application/json', 'Check content_type' ); my $files = ['todo.txt'];