Skip to content

Commit

Permalink
fix recent.t when there is only one release that day
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Sep 27, 2012
1 parent e16fecc commit ce55153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/controller/recent.t
Expand Up @@ -10,7 +10,7 @@ test_psgi app, sub {

my $tx = tx($res);
ok( my $release = $tx->find_value(
'//div[@class="content"]/table[2]/tbody/tr[2]//a[1]/@href'),
'//table[2]/tbody/tr[1]//a[1]/@href'),
'contains a release'
);
ok( $res = $cb->( GET $release ), "GET $release" );
Expand Down

0 comments on commit ce55153

Please sign in to comment.