From feae60fb6940ee8c6983d29c0f23c2b55fefebc7 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Fri, 3 Jul 2009 11:19:23 +0000 Subject: [PATCH] Fixed short link integration test so that it would have caught a bug in shortlink charset. --- test/integration/short_link_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/short_link_test.rb b/test/integration/short_link_test.rb index 91f939a52..3f2d65a27 100644 --- a/test/integration/short_link_test.rb +++ b/test/integration/short_link_test.rb @@ -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 ## -- 2.43.2