This project is archived and is in readonly mode.
Updates tests to cause the tests for the Request class not to proxy through a fake TestRequest object.
Reported by David Dollar | March 17th, 2009 @ 09:41 PM | in 2.x
The tests for the Request class proxied everything through a TestRequest class. This patch updates the tests to exercise Request directly and hopefully make the tests less fragile.
Comments and changes to this ticket
-
David Dollar March 17th, 2009 @ 09:44 PM
These tests should actually be far more accurate as well as they exercise the Request methods using HTTP environment variables rather than magic accessors.
-
Pratik March 17th, 2009 @ 09:55 PM
- Assigned user set to josh
-
Repository March 24th, 2009 @ 03:54 PM
- State changed from new to resolved
(from [dace54b2e9bcdb49ffa43b204c3a8959c55f1276]) Updates tests to cause the tests for the Request class not to proxy through a fake TestRequest object [#2278 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
-
Repository March 24th, 2009 @ 03:54 PM
(from [4c2f09f23a05823b076cdfb8ac39934e0678798a]) Updates tests to cause the tests for the Request class not to proxy through a fake TestRequest object [#2278 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
Attachments
Tags
Referenced by
- 2278 Updates tests to cause the tests for the Request class not to proxy through a fake TestRequest object. (from [dace54b2e9bcdb49ffa43b204c3a8959c55f1276]) Updates...
- 2278 Updates tests to cause the tests for the Request class not to proxy through a fake TestRequest object. (from [4c2f09f23a05823b076cdfb8ac39934e0678798a]) Updates...