Skip to content

Commit c820475

Browse files
author
Felipe Zimmerle
committed
Adds load-modsec test case
1 parent a78973b commit c820475

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

t/load-modsec.t

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
use strict;
3+
use Apache::Test;
4+
use Apache::TestRequest;
5+
use FileHandle;
6+
7+
plan tests => 1, need_module 'security3_module.c';
8+
9+
my $body = GET_BODY "/test.html";
10+
ok($body, qr/test/);
11+
12+

0 commit comments

Comments
 (0)