Fixed short link integration test so that it would have caught a bug in shortlink charset.

This commit is contained in:
Matt Amos 2009-07-03 11:19:23 +00:00
parent 57ffe8447e
commit feae60fb69

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
##