Update Admin.t since all urls now come with a leading /

This commit is contained in:
Colin Kuskie 2011-01-13 10:05:12 -08:00
parent cbee62e407
commit bd09b1646e

View file

@ -147,7 +147,7 @@ cmp_deeply(
name => $newtag->get('name'),
editUrl => $newtag->getEditUrl,
commitUrl => $newtag->getCommitUrl,
leaveUrl => '?op=leaveVersionTag',
leaveUrl => '/?op=leaveVersionTag',
},
'www_getCurrentVersionTag',
);