Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add order to tests that rely on db ordering, to fix failing tests on pg | Carlos Antonio da Silva | 2012-03-22 | 1 | -10/+9 |
| | | | | | | | Also skip persistente tests related to UPDATE + ORDER BY for postgresql PostgreSQL does not support updates with order by, and these tests are failing randomly depending on the fixture loading order now. | ||||
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | Refactor Active Record test connection setup. Please see the ↵ | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
| | | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. | ||||
* | Testing that dup is resetting the timestamps | Franck Verrot | 2010-11-25 | 1 | -0/+24 |
| | |||||
* | fixing variable names. oops! | Aaron Patterson | 2010-11-23 | 1 | -2/+2 |
| | |||||
* | clone and dup are working on 1.8 | Aaron Patterson | 2010-11-23 | 1 | -0/+15 |
| | |||||
* | fixing dup regressions | Aaron Patterson | 2010-11-23 | 1 | -3/+6 |
| | |||||
* | renaming duplication test to dup test | Aaron Patterson | 2010-11-23 | 1 | -0/+61 |