]> git.decadent.org.uk Git - maypole.git/commitdiff
basic tests for HTTPD
authorDave Howorth <djh@cpan.org>
Tue, 22 Nov 2005 13:54:13 +0000 (13:54 +0000)
committerDave Howorth <djh@cpan.org>
Tue, 22 Nov 2005 13:54:13 +0000 (13:54 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@433 48953598-375a-da11-a14b-00016c27c3ee

t/01.httpd-basic.t [new file with mode: 0644]

diff --git a/t/01.httpd-basic.t b/t/01.httpd-basic.t
new file mode 100644 (file)
index 0000000..fe32351
--- /dev/null
@@ -0,0 +1,5 @@
+use Test::More tests=>2;
+
+use_ok("Maypole::HTTPD");
+use_ok("Maypole::HTTPD::Frontend");
+