summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-152-3/+15
* Fixed wrong assertion.Jean-Philippe Lang2012-01-141-1/+1
* Removed assertion that depends on the order of returned records.Jean-Philippe Lang2012-01-131-1/+0
* Adds "me" to user custom fields filters (#9923).Jean-Philippe Lang2012-01-131-0/+17
* Adds "my projects" filter on the cross-project issue list.Jean-Philippe Lang2012-01-131-0/+13
* add missing groups_users fixture to unit issue testToshi MARUYAMA2012-01-111-0/+1
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-0/+1
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-072-61/+71
* Extracted some code from #move_to_project to a callback.Jean-Philippe Lang2012-01-061-0/+21
* remove trailing white-space from test/unit/mail_handler_test.rbToshi MARUYAMA2012-01-051-1/+1
* replace hard-coded Japanese literal to utf-8 hexadecimal at test/unit/mail_ha...Toshi MARUYAMA2012-01-051-1/+3
* Makes .find_ids return integers.Jean-Philippe Lang2012-01-031-1/+1
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+7
* Moved test from ApplicationControllerTest.Jean-Philippe Lang2012-01-031-0/+9
* test: replace should "include the emails_header" at unit mailer test to Rails...Toshi MARUYAMA2012-01-021-9/+6
* Rails3.1: test: include ERB::Util in unit/helpers/search_helper_test.rbToshi MARUYAMA2012-01-021-0/+1
* Use Errors#count instead of #length.Jean-Philippe Lang2012-01-011-1/+1
* Do not add errors on attributes on fake attributes.Jean-Philippe Lang2011-12-261-1/+1
* Makes assertion Rails3 compatible.Jean-Philippe Lang2011-12-261-1/+5
* Do assertions on collection, not on association.Jean-Philippe Lang2011-12-261-2/+2
* Missing fixtures.Jean-Philippe Lang2011-12-261-1/+7
* fix filename of test/unit/lib/redmine/wiki_formatting.rbToshi MARUYAMA2011-12-231-0/+0
* test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2011-12-221-0/+1
* test: include ERB::Util at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-12-221-0/+1
* Use fixtures generator.Jean-Philippe Lang2011-12-181-7/+3
* Use fixtures generator.Jean-Philippe Lang2011-12-181-11/+7
* Use open scope in version issues count methods.Jean-Philippe Lang2011-12-181-0/+10
* #new is just fine.Jean-Philippe Lang2011-12-181-2/+2
* #new is just fine.Jean-Philippe Lang2011-12-181-1/+1
* Make sure setting is not changed in test.Jean-Philippe Lang2011-12-181-4/+4
* Test cleanup.Jean-Philippe Lang2011-12-181-122/+101
* Code cleanup.Jean-Philippe Lang2011-12-181-1/+0
* Get rid of HelperTestcase.Jean-Philippe Lang2011-12-181-18/+11
* Makes tests inherit from ActionView::TestCase.Jean-Philippe Lang2011-12-181-29/+11
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-4/+4
* Moved wiki links tests together.Jean-Philippe Lang2011-12-171-47/+47
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-164-3/+4
* add unit test of group blank name in French (#9795)Toshi MARUYAMA2011-12-151-0/+9
* use set_language_if_valid instead of I18n.locale at unit group test (#9795)Toshi MARUYAMA2011-12-151-2/+3
* Asserts that objects are not nil before getting their ids (test still fails w...Jean-Philippe Lang2011-12-151-0/+2
* Set locale in test.Jean-Philippe Lang2011-12-151-0/+2
* Fixed: Unrelated error message when creating a group with an invalid name (#9...Jean-Philippe Lang2011-12-151-0/+6
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-0/+4
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-29/+12
* Removed dependency with monkey-patched rubytree.Jean-Philippe Lang2011-12-141-1/+1
* Save an @Issue#save@.Etienne Massip2011-12-141-4/+2
* Code cleanup.Jean-Philippe Lang2011-12-131-2/+16
* add unit test of CustomField model before_validationToshi MARUYAMA2011-12-111-0/+10
* Makes assertion compatible with ruby1.9.Jean-Philippe Lang2011-12-101-1/+1
* ruby1.9: macro must accept 2 arguments.Jean-Philippe Lang2011-12-101-1/+1