22 Dec, 2011
2 commits
-
The hidden fields must come before the check boxes
21 Dec, 2011
6 commits
-
mocha is not loaded automatically during acceptance tests
-
Sometimes I am fiddling with databases, destroying and recreating them, and I forget to recreate some data and the app explodes in my face because Environment.default returns nil.
-
The fact that tables matching /_plugin_/ were being excluded from db/schema.rb broke the tests, because the test database was being created without the necessary tables. And db/schema.rb was already not left untouched anyway, since several plugins add columns to existing Noosfero tables ...
-
- Added 2 new HOTSPOT: profile_data_extras and head_ending (ActionItem2208)
19 Dec, 2011
3 commits
-
It seems like the Rails 2.3 test infrastructure makes the two cases closer than usual.
-
In Rails 2.3, functional tests override the rescue functionality so that all exceptions are raised during tests (what makes sense). This way the tests for the fact that DocItem::NotFound implies a 404 error must be done as integration tests
18 Dec, 2011
11 commits
17 Dec, 2011
1 commit
12 Dec, 2011
2 commits
11 Dec, 2011
2 commits
09 Dec, 2011
1 commit
-
Conflicts: debian/changelog test/unit/dates_helper_test.rb
08 Dec, 2011
12 commits
-
For some reason that statement makes the first test in test/integration/enterprise_registration_test.rb crash. But since there a reset_session just after that, and the functional tests for that controller still pass without that statement, I am removing it.
-
For some reasons, the after filter is being called twice during the tests. I've checked while actually running, and it is only called once.
-
I ask myself how the hell this test was passing before