Merge branch 'master' into topic/dt_feature_search
[sgn.git] / t / legacy / validate / downloads.t
blob0efa9565176dde09a4ec60d10e1e8296f51f4093
1 use strict;
2 use warnings;
4 use FindBin;
5 use lib 't/lib';
6 use SGN::Test qw/validate_urls/;
7 use Test::More;
9 my %urls = (
11         'perlcyc download page'                    => '/downloads/perlcyc.pl',
12         'download index'                           => '/downloads/index.pl',
15 validate_urls(\%urls, $ENV{ITERATIONS} || 1 );
17 done_testing;