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
/
integration
/
static.t
blob
4801199e4d8da15979138819760a7824c5b7aeb1
1
use strict;
2
use warnings;
3
use Test::More;
4
5
use lib 't/lib';
6
use SGN::Test::WWW::Mechanize skip_cgi => 1;
7
8
my $mech = SGN::Test::WWW::Mechanize->new;
9
10
$mech->get_ok($_) for
11
qw(
12
/static/ext-4.0/ext.js
13
/img/sgn_logo_icon.png
14
/js/sgn.js
15
);
16
17
done_testing;