# HG changeset patch # User Maxim Dounin # Date 1234354363 -10800 # Node ID b9bf423929cceb358e1fd531a960cf078b97d460 # Parent 30d6cce3f0bdd071614ad2260c027695438dfaa0 Tests: rewrite redirect fixed in 0.7.34, remove TODO. diff -r 30d6cce3f0bd -r b9bf423929cc rewrite.t --- a/rewrite.t Mon Feb 09 00:43:46 2009 +0300 +++ b/rewrite.t Wed Feb 11 15:12:43 2009 +0300 @@ -67,14 +67,9 @@ like(http_get('/add'), qr!^Location: http://example.com/\?c=d\x0d?$!ms, 'add args'); -TODO: { -local $TODO = 'broken since 0.1.18'; - like(http_get('/add?a=b'), qr!^Location: http://example.com/\?c=d&a=b\x0d?$!ms, 'add args with args'); -} - like(http_get('/no?a=b'), qr!^Location: http://example.com/\?c=d\x0d?$!ms, 'no args with args');