summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-2133-64/+58
* PermissionsAttributeCoder.load called twice when mocha expectation is set.Jean-Philippe Lang2014-12-211-2/+3
* Use DOM assertion instead.Jean-Philippe Lang2014-12-211-1/+2
* Use DOM assertions as attributes order changes from a Rails version to another.Jean-Philippe Lang2014-12-201-4/+4
* Make sure that themes are reloaded after test.Jean-Philippe Lang2014-12-201-0/+2
* Rewrites assertions.Jean-Philippe Lang2014-12-201-2/+3
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-207-18/+18
* Removes test menu item after test.Jean-Philippe Lang2014-12-201-0/+4
* Set locale for error messages.Jean-Philippe Lang2014-12-201-0/+4
* Reset current user on each test.Jean-Philippe Lang2014-12-201-0/+4
* Restore accent insensitive search with mysql (#18537).Jean-Philippe Lang2014-12-152-11/+24
* Support for named route in project menu and a new :permission option (#6426).Jean-Philippe Lang2014-12-142-6/+27
* Missing test helper (#18537).Jean-Philippe Lang2014-12-141-0/+4
* SQLite does not support case insensitive match for non-ASCII characters (#185...Jean-Philippe Lang2014-12-141-1/+9
* Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ...Jean-Philippe Lang2014-12-141-2/+8
* add missing fixtures to test/unit/search_test.rbToshi MARUYAMA2014-12-141-0/+3
* Mysql LIKE treats Ö and O the same (#18537).Jean-Philippe Lang2014-12-131-2/+1
* Don't use #downcase on search tokens, let the database handle it (#18537).Jean-Philippe Lang2014-12-131-0/+9
* add missing fixtures to SearchControllerTestToshi MARUYAMA2014-12-131-1/+2
* add missing fixture to MembersHelperTestToshi MARUYAMA2014-12-131-1/+2
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-131-0/+23
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-62/+0
* Misc tests.Jean-Philippe Lang2014-12-131-0/+12
* Try to find out what causes a ruby bus error with ruby2.x on the CI server.Jean-Philippe Lang2014-12-131-2/+2
* Adds a test for editing a registered user.Jean-Philippe Lang2014-12-121-0/+8
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-122-37/+41
* ignore X-Autoreply mails (#15999, #13425)Toshi MARUYAMA2014-12-121-1/+2
* Revert r13736, test fails with mysql.Jean-Philippe Lang2014-12-111-9/+0
* Adds a test for search with limited results.Jean-Philippe Lang2014-12-111-0/+9
* Adds some helpers tests.Jean-Philippe Lang2014-12-112-0/+84
* Misc tests.Jean-Philippe Lang2014-12-082-0/+19
* Don't create a journal when creating an issue with attachments.Jean-Philippe Lang2014-12-081-3/+5
* Don't create a journal when creating an issue.Jean-Philippe Lang2014-12-081-1/+3
* Misc tests.Jean-Philippe Lang2014-12-072-8/+37
* fix ProjectNestedSetTest fails randomlyToshi MARUYAMA2014-12-071-0/+1
* Adds tests for Role#has_permissions?Jean-Philippe Lang2014-12-061-0/+11
* Adds a test for Watcher.prune with :project option.Jean-Philippe Lang2014-12-061-1/+11
* Adds a test for #18584.Jean-Philippe Lang2014-12-061-0/+18
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-4/+6
* Adds a few functional tests.Jean-Philippe Lang2014-12-053-0/+22
* Make sure that Redmine::Thumbnail.generate is called.Jean-Philippe Lang2014-12-051-1/+2
* Tab "New Issue" should not be displayed if a project has no trackers (#18571).Jean-Philippe Lang2014-12-051-0/+14
* Adds tests for searching private or archived projects.Jean-Philippe Lang2014-12-051-0/+23
* Adds some Attachment tests.Jean-Philippe Lang2014-12-051-0/+22
* Adds a test for invalid enumeration class parameter.Jean-Philippe Lang2014-12-051-0/+6
* Adds tests for invalid parameters.Jean-Philippe Lang2014-12-051-0/+15
* Adds a test for when link_copied_issue setting is set to "never".Jean-Philippe Lang2014-12-051-0/+12
* Removed unimplemented JournalsController#edit html response and added some te...Jean-Philippe Lang2014-12-051-0/+14
* Adds a few tests.Jean-Philippe Lang2014-12-039-3/+127
* Use simplecov for code coverage, rcov does not support ruby>=1.9.Jean-Philippe Lang2014-12-024-0/+178