summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-262-0/+37
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-0/+1
* Fixed test case class name (#10852).Jean-Philippe Lang2012-10-231-1/+1
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-0/+68
* partial backout r10263Toshi MARUYAMA2012-10-221-9/+11
* backout r10253Toshi MARUYAMA2012-10-221-9/+11
* Handle deleted wiki page versions (#10852).Jean-Philippe Lang2012-10-212-0/+48
* Adds a macro for inserting collapsed text (#12167).Jean-Philippe Lang2012-10-201-0/+30
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-181-6/+14
* Adds a test for start date < due date validation.Jean-Philippe Lang2012-10-181-0/+7
* Fixed that invalid start date is ignored (#12092).Jean-Philippe Lang2012-10-181-0/+18
* code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_locke...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_assignable_versions of unit issue testToshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_close...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_should_not_close_duplicated_issue of unit issue testToshi MARUYAMA2012-10-131-1/+2
* code layout clean up test_should_close_duplicates of unit issue testToshi MARUYAMA2012-10-131-3/+6
* code layout clean up test_should_not_call_after_project_change_on_creation of...Toshi MARUYAMA2012-10-131-1/+2
* code layout clean up test_read_only_attribute_names_for_multiple_roles_should...Toshi MARUYAMA2012-10-131-3/+9
* code layout clean up test_required_attribute_names_for_multiple_roles_should_...Toshi MARUYAMA2012-10-131-4/+12
* code layout clean up test_should_be_able_to_assign_a_new_issue_to_an_open_ver...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_required_attributes_should_be_validated of unit iss...Toshi MARUYAMA2012-10-131-10/+26
* code layout clean up test_safe_attributes_should_accept_target_status_writabl...Toshi MARUYAMA2012-10-131-4/+13
* code layout clean up test_new_statuses_allowed_to_should_return_all_transitio...Toshi MARUYAMA2012-10-131-2/+3
* code layout clean up test_new_statuses_allowed_to of unit issue testToshi MARUYAMA2012-10-131-9/+22
* code layout clean up test_safe_attributes_should_accept_target_tracker_writab...Toshi MARUYAMA2012-10-131-4/+11
* code layout clean up test_editable_custom_field_values_should_return_non_read...Toshi MARUYAMA2012-10-131-4/+6
* code layout clean up test_safe_attributes_should_not_include_readonly_custom_...Toshi MARUYAMA2012-10-131-7/+16
* code layout clean up test_safe_attributes_should_not_include_readonly_fields ...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_should_not_update_custom_fields_on_changing_tracker...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_journalized_multi_custom_field of unit issue testToshi MARUYAMA2012-10-131-4/+8
* code layout clean up context "#assignable_users" of unit issue testToshi MARUYAMA2012-10-131-1/+2
* code layout clean up context "#behind_schedule?" of unit issue testToshi MARUYAMA2012-10-131-5/+15
* code layout clean up test_overdue of unit issue testToshi MARUYAMA2012-10-131-1/+4
* code layout clean up test_rescheduling_an_issue_should_reschedule_following_i...Toshi MARUYAMA2012-10-131-3/+10
* Set proper locale.Jean-Philippe Lang2012-10-131-0/+2
* Tests cleanup.Jean-Philippe Lang2012-10-131-0/+16
* Make sure that custom field format cannot be changed.Jean-Philippe Lang2012-10-131-0/+6
* code layout cleanup test/unit/issue_test.rbToshi MARUYAMA2012-10-121-2/+6
* set language en at test_create_with_invalid_parent_issue_id of unit issue tes...Toshi MARUYAMA2012-10-121-0/+1
* add test of parent issue id beginning sharp to unit issue test (#11979)Toshi MARUYAMA2012-10-121-0/+19
* Fixed: No validation errors when entering an invalid "Parent task" (#11979).Jean-Philippe Lang2012-10-121-0/+14
* Fixed that User#allowed_to? should return true or false (#12078).Jean-Philippe Lang2012-10-121-19/+19
* Removed issue_create! helper in favour of Issue.generate!Jean-Philippe Lang2012-10-122-89/+79
* Makes Issue.generate_with_descendants! helper accept attributes only.Jean-Philippe Lang2012-10-122-4/+4
* Remove Issue.generate_for_project! test helper and use Issue.generate! instead.Jean-Philippe Lang2012-10-125-48/+38
* Isolate the test that actually require non transactional fixtures.Jean-Philippe Lang2012-10-112-25/+59
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-102-1/+69
* Cleanup (#12050).Jean-Philippe Lang2012-10-091-3/+0
* Fixed that export: links are broken (#12050).Jean-Philippe Lang2012-10-091-6/+20
* code layout cleanup test/unit/issue_relation_test.rbToshi MARUYAMA2012-10-091-6/+24