Displaying 1 result from an estimated 1 matches for "test_should_not_rehash_password".
2007 Dec 18
3
MySQL transactions not working in unit tests?
...h all of the unit tests. (I''m using
autotest, so when I touch the unit test file, I see the test succeed
in isolation, then the same test fails when run with all of the
tests.)
- test.log clearly shows the unit tests being wrapped in BEGIN/
ROLLBACK pairs
- If I modify the other unit test, test_should_not_rehash_password, to
explicitly undo the db changes it does, all tests pass, in isolation
and collectively.
- I have slightly modified AAA''s User model, but I can''t see how the
modifications could come into play in this case. (This is integrating
into a legacy database with some different conventi...