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 pull request #4106 from solgenomics/topic/wishlist
[sgn.git]
/
t
/
legacy
/
validate
/
vigs.t
blob
67aa7e31150469647efb2b043ba99c7ff2957ecc
1
2
use strict;
3
4
use lib 't/lib';
5
6
use Test::More;
7
use SGN::Test qw/ validate_urls /;
8
9
validate_urls( { 'vigs input page' => '/tools/vigs' });
10
11
done_testing;