Running Ruby 1.8.6 on Edge Rails r6500, Mac OS X 10.4.9:
The ActiveRecord test suite does not pass on a newly created database because it fails to include several required fixtures. The attached patch simply includes these missing fixtures and fixes the test suite.
It is likely that this was not picked up on the CI build because that database still had the corresponding tables populated from earlier revisions.
| MySQL | 5.0.37 | Passes
|
| PostgreSQL | 8.2.3 | Passes
|
| SQLite | 2.8.17 | Failures: 2 -> 0; errors: 1 -> 1
|
| SQLite | 3.3.13 | Failures: 4 -> 2; errors: 2 -> 1
|