--- google/t/20-response.t 2007/06/19 19:50:29 46 +++ google/t/20-response.t 2007/06/19 22:06:46 53 @@ -4,7 +4,7 @@ my $debug = shift @ARGV; -use Test::More tests => 7; +use Test::More tests => 9; use Data::Dump qw/dump/; use blib; @@ -32,6 +32,7 @@ 42 + 0 @@ -46,10 +47,24 @@ 42 + 0 __SOAP__ +); + +is_like( 'Reboot', <<__SOAP__ + + + 42 + 0 + + + + + +__SOAP__ );