Skip to content

Commit

Permalink
Fix release-info test for new cpantesters URL
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Dec 24, 2013
1 parent bc081ef commit 515c29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/controller/shared/release-info.t
Expand Up @@ -137,7 +137,7 @@ foreach my $test ( @tests ) {
# test format of cpantesters link
$tx->is(
'//a[text()="Test results"]/@href',
"http://www.cpantesters.org/distro/$first_letter/$release.html#$release-$version",
"http://www.cpantesters.org/distro/$first_letter/$release.html#$release-$version?oncpan=1&distmat=1",
'link to test results'
);

Expand Down

0 comments on commit 515c29b

Please sign in to comment.