repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add support to TestMode plugin for forcing conf vars to be treated as absolute or...
[sgn.git]
/
t
/
validate
/
align_viewer.t
blob
c019108998679b504e6cb779b02ed43fb564a25b
1
use strict;
2
use warnings;
3
4
use FindBin;
5
use lib 't/lib';
6
use SGN::Test qw/validate_urls/;
7
use Test::More;
8
9
my %urls = (
10
"alignment viewer input page" => "/tools/align_viewer/",
11
);
12
13
validate_urls(\%urls, $ENV{ITERATIONS} || 1);
14
15
done_testing;