Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The wiki has moved, so pick another big page
  • Loading branch information
FROGGS committed Mar 30, 2014
1 parent 97fd14b commit 49cc497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/get-perl6-org.t
Expand Up @@ -13,10 +13,10 @@ ok(

# a page over 64K would be ideal but a bit slow and not really needed yet
$html = LWP::Simple.get(
'http://wiki.perl6.org/Mostly%20Harmless%20Docs/Operators'
'http://doc.perl6.org/#Language+Documentation'
);
ok(
$html.match('That also works with the Z operator:') &&
$html.match('X::Attribute::Undeclared') &&
$html.match('</html>') && $html.chars > 12_000,
'make sure we pulled down whole document for some substantial size'
);
Expand Down

0 comments on commit 49cc497

Please sign in to comment.