summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed assert call.Jean-Philippe Lang2011-12-101-1/+1
* scm: git: remove unused --since option (#4547, #4716, #7146, #6013)Toshi MARUYAMA2011-12-101-9/+0
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-0/+19
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-2/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-3/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-3/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+1
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-4/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Makes project and tracker assigned first in #attributes=Jean-Philippe Lang2011-12-081-5/+11