]> Dogcows Code - chaz/p5-Catalyst-Plugin-Sitemap/blobdiff - t/sitemap.t
change for WWW::Sitemap::XML
[chaz/p5-Catalyst-Plugin-Sitemap] / t / sitemap.t
index 10f3efe86b0d61e8c53e2a57e0f4a1f1082b2626..27804983cdc79f3f0db2b9122cf4075a8c2c4a14 100644 (file)
@@ -5,12 +5,11 @@ use warnings;
 use Test::More tests => 4;    # last test to print
 
 use lib 't/lib';
-
 use Catalyst::Test 'TestApp';
 
-my $xml = request('/sitemap')->content;
+my $xml = get('/sitemap');
 
-diag $xml;
+note $xml;
 
 $xml =~ s/\s+//g;
 
This page took 0.01893 seconds and 4 git commands to generate.