- Timestamp:
- 07/08/11 05:42:20 (2 years ago)
- git-parent:
- Files:
-
- test/t/107_rest_perms.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
test/t/107_rest_perms.t
r49b8645 r6acb955 1 use Test::More tests => 3;1 use Test::More tests => 4; 2 2 use XML::LibXML; 3 3 use XML::LibXML::XPathContext; … … 28 28 29 29 is($r[0], 403, 'add selfcheck'); 30 30 ok(stop_noit, 'stopping noit'); 31 31 1;
