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
Merge branch 'master' into topic/dt_feature_search
[sgn.git]
/
t
/
legacy
/
validate
/
downloads.t
blob
0efa9565176dde09a4ec60d10e1e8296f51f4093
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
11
'perlcyc download page' => '/downloads/perlcyc.pl',
12
'download index' => '/downloads/index.pl',
13
);
14
15
validate_urls(\%urls, $ENV{ITERATIONS} || 1 );
16
17
done_testing;