More debug (#1044)

This commit is contained in:
Xavier Guimard 2017-03-29 10:05:34 +00:00
parent ed823b9e1a
commit 22c7aeb6e8

View File

@ -162,7 +162,7 @@ sub LWP::UserAgent::request {
length => length($s), length => length($s),
type => 'application/xml', type => 'application/xml',
), ),
'Execute request' "Execute request to $url"
); );
expectOK($res); expectOK($res);
ok( getHeader( $res, 'Content-Type' ) =~ m#^application/xml#, ok( getHeader( $res, 'Content-Type' ) =~ m#^application/xml#,