This project is archived and is in readonly mode.
Add missing model and fixtures to Finder test
Reported by Emilio Tagua | May 18th, 2009 @ 02:49 PM | in 2.x
ActiveRecord's finder tests fail right now when running them separately because there's a missing model (project), one required twice (categorizations) and there are 2 missing fixtures (categories and categorizations)
The patch fixes this to have all tests in finder_test passing.
Comments and changes to this ticket
-
Repository May 18th, 2009 @ 02:59 PM
- State changed from new to resolved
(from [28f5cfe066dfa901d71c02987e390937a74517c8]) Add missing model and fixtures to finder_test [#2671 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com
http://github.com/rails/rails/commit/28f5cfe066dfa901d71c02987e3909...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 2671 Add missing model and fixtures to Finder test (from [28f5cfe066dfa901d71c02987e390937a74517c8]) Add mis...