22 Apr, 2014
3 commits
17 Apr, 2014
2 commits
-
The test was checking by "original article" and "edited article" but the lib was putting the "original" and the "edited" inside a strong tag because it's the only part being edited. To solve the problem I just checked by the text that was changed.
15 Apr, 2014
1 commit
-
There are some tests that may fail due to assumption of the database collation.
14 Apr, 2014
3 commits
-
Instead of testing the exact values of jobs and activities, I'm asserting the difference during a block run. This is much more precise and avoid context trash that makes the tests fail.
-
Define the appropriate user for the ActionTracker to avoid failure while running multiple tests.
-
Avoiding test failure by moving selenium specific code out of the background so it doesn't run on cucumber only testing.
11 Apr, 2014
1 commit
09 Apr, 2014
4 commits
-
(ActionItem3090)
08 Apr, 2014
2 commits
-
Making every plugin run its tests with independently, with only its migrations and only it enabled.
07 Apr, 2014
8 commits
03 Apr, 2014
1 commit
-
Instead of fetching every category to display the icons, fetch only 3 of them through the correct sql query. This also fixes a big memory leak. (ActionItem3084)
02 Apr, 2014
15 commits
-
…to juniorsilva1001/noosfero-article-version Conflicts: app/views/content_viewer/versioned_article.rhtml db/schema.rb public/stylesheets/application.css
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/categories_block.feature po/eo/noosfero.po po/es/noosfero.po po/it/noosfero.po test/unit/block_test.rb
-
Also removing tag option to show hidden elements that seems to not be working...