Merge 16216:16355 from trunk.

This commit is contained in:
Tom Hughes 2009-07-05 23:47:40 +00:00
commit 9a32033209
37 changed files with 1442 additions and 307 deletions

View file

@ -6,7 +6,7 @@ class ShortLinkTest < ActionController::IntegrationTest
# kept in the redirect.
def test_short_link_params
assert_short_link_redirect('1N8H@P_5W')
assert_short_link_redirect('euu4oTas==')
assert_short_link_redirect(ShortLink::encode(-0.107846, 51.50771, 18))
end
##