5 BEGIN { $ENV{SGN_SKIP_CGI}=1 }
6 use SGN::Test qw/validate_urls/;
10 "secretom main page" => "/secretom",
11 "secretom outreach" => "/secretom/outreach",
12 "secretom secretary" => "/secretom/secretary",
13 "secretom training" => "/secretom/training",
14 ( map { ("secretom $_" => "/secretom/detail/$_") }
20 phytophthora_interaction
31 validate_urls(\%urls, $ENV{ITERATIONS} || 1 );