summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/apr/uri.t
diff options
context:
space:
mode:
Diffstat (limited to 'debian/perl-framework/t/apr/uri.t')
-rw-r--r--debian/perl-framework/t/apr/uri.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/perl-framework/t/apr/uri.t b/debian/perl-framework/t/apr/uri.t
new file mode 100644
index 0000000..e2c0cc4
--- /dev/null
+++ b/debian/perl-framework/t/apr/uri.t
@@ -0,0 +1,11 @@
+use strict;
+use warnings FATAL => 'all';
+
+use Apache::Test;
+use Apache::TestRequest;
+
+plan tests => 1, need_module 'test_apr_uri';
+
+my $body = GET_BODY '/test_apr_uri';
+
+ok $body =~ /TOTAL\s+FAILURES\s*=\s*0/;