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
Properly skip some validation tests and make ./Build test PASS!
[sgn.git]
/
t
/
homepage.t
blob
6f70437ae22af2581a221a042af79f2a03f02a07
1
#!/usr/bin/perl
2
use
strict
;
3
use
warnings
;
4
use
English
;
5
6
use
CXGN
::
VHost
::
Test
;
7
8
use
Test
::
More tests
=>
1
;
9
10
my
$homepage
=
get
(
'/'
);
11
like
(
$homepage
,
qr/Toolbar.js/
,
'homepage includes Toolbar.js'
);
12