From 58079aa64aa12a085b375f674964b84d7ef8ab19 Mon Sep 17 00:00:00 2001 From: Courtenay Date: Wed, 22 Feb 2012 22:42:56 -0800 Subject: [PATCH] Fix test broken in 7ea23fb875451ffd3273d1d8bc5befc26e813f06 --- test/test_xrires.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_xrires.rb b/test/test_xrires.rb index 6bf5dbbd..53f322b0 100644 --- a/test/test_xrires.rb +++ b/test/test_xrires.rb @@ -46,7 +46,7 @@ def test_proxy_url unesc(pqu.call('=foo/bar?mi=fa&so=la', st))) # With no service endpoint selection. - args_esc = "_xrd_r=application%2Fxrds%2Bxml%3Bsep%3Dfalse" + args_esc = "_xrd_r=application%2Fxrds%2Bxml" assert_equal(unesc(h + '=foo?' + args_esc), unesc(pqu.call('=foo', nil))) end