summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-11-25 18:03:02 +0100
committerfranck cuny <franck@lumberjaph.net>2010-11-25 18:03:02 +0100
commit90718d02219b79d358a349bd8e342b9f3b0d0115 (patch)
tree9838cbf0579c49e3b8d2abeb07c6e1df220428da /t
parentadd .gitignore (diff)
downloadnet-http-spore-90718d02219b79d358a349bd8e342b9f3b0d0115.tar.gz
allow XML::Simple options (fperrad)
Diffstat (limited to 't')
-rw-r--r--t/spore-middleware/format-xml.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/spore-middleware/format-xml.t b/t/spore-middleware/format-xml.t
index 492f564..25fa508 100644
--- a/t/spore-middleware/format-xml.t
+++ b/t/spore-middleware/format-xml.t
@@ -20,7 +20,7 @@ ok my $client =
   Net::HTTP::Spore->new_from_spec( 't/specs/api.json',
     base_url => 'http://localhost:5984' );
 
-$client->enable('Format::XML');
+$client->enable('Format::XML', forcearray => 1, normalizespace => 1);
 $client->enable( 'Mock', tests => $mock_server );
 
 my $res = $client->get_info();