Skip to content

Commit

Permalink
Fix test broken in 7ea23fb
Browse files Browse the repository at this point in the history
  • Loading branch information
courtenay committed Feb 23, 2012
1 parent b0de5a6 commit 58079aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_xrires.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 58079aa

Please sign in to comment.