File: stage.t

package info (click to toggle)
libapache-mod-perl 1.16-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,580 kB
  • ctags: 1,064
  • sloc: ansic: 4,489; perl: 4,415; sh: 305; makefile: 137
file content (9 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

use Apache::test;

skip_test unless have_module "Apache::Stage";

print "1..2\n";

test 1, simple_fetch "/STAGE/u1/test.html";
test 2, not simple_fetch "/STAGE/u1/nochance.html";