index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds a test for start date < due date validation.
Jean-Philippe Lang
2012-10-18
1
-0
/
+7
*
Fixed that invalid start date is ignored (#12092).
Jean-Philippe Lang
2012-10-18
1
-0
/
+18
*
Makes enumerations available through the REST API.
Jean-Philippe Lang
2012-10-17
3
-2
/
+56
*
Fixed that entering #nnn as parent task should validate (#11979).
Jean-Philippe Lang
2012-10-14
1
-3
/
+15
*
code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_locke...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_assignable_versions of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_close...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_should_not_close_duplicated_issue of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+2
*
code layout clean up test_should_close_duplicates of unit issue test
Toshi MARUYAMA
2012-10-13
1
-3
/
+6
*
code layout clean up test_should_not_call_after_project_change_on_creation of...
Toshi MARUYAMA
2012-10-13
1
-1
/
+2
*
code layout clean up test_read_only_attribute_names_for_multiple_roles_should...
Toshi MARUYAMA
2012-10-13
1
-3
/
+9
*
code layout clean up test_required_attribute_names_for_multiple_roles_should_...
Toshi MARUYAMA
2012-10-13
1
-4
/
+12
*
code layout clean up test_should_be_able_to_assign_a_new_issue_to_an_open_ver...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_required_attributes_should_be_validated of unit iss...
Toshi MARUYAMA
2012-10-13
1
-10
/
+26
*
code layout clean up test_safe_attributes_should_accept_target_status_writabl...
Toshi MARUYAMA
2012-10-13
1
-4
/
+13
*
code layout clean up test_new_statuses_allowed_to_should_return_all_transitio...
Toshi MARUYAMA
2012-10-13
1
-2
/
+3
*
code layout clean up test_new_statuses_allowed_to of unit issue test
Toshi MARUYAMA
2012-10-13
1
-9
/
+22
*
code layout clean up test_safe_attributes_should_accept_target_tracker_writab...
Toshi MARUYAMA
2012-10-13
1
-4
/
+11
*
code layout clean up test_editable_custom_field_values_should_return_non_read...
Toshi MARUYAMA
2012-10-13
1
-4
/
+6
*
code layout clean up test_safe_attributes_should_not_include_readonly_custom_...
Toshi MARUYAMA
2012-10-13
1
-7
/
+16
*
code layout clean up test_safe_attributes_should_not_include_readonly_fields ...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_should_not_update_custom_fields_on_changing_tracker...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
Tests cleanup, use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-10-13
1
-51
/
+50
*
code layout clean up test_journalized_multi_custom_field of unit issue test
Toshi MARUYAMA
2012-10-13
1
-4
/
+8
*
code layout clean up context "#assignable_users" of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+2
*
code layout clean up context "#behind_schedule?" of unit issue test
Toshi MARUYAMA
2012-10-13
1
-5
/
+15
*
code layout clean up test_overdue of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+4
*
code layout clean up test_rescheduling_an_issue_should_reschedule_following_i...
Toshi MARUYAMA
2012-10-13
1
-3
/
+10
*
Tests cleanup, use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-10-13
1
-85
/
+112
*
Set proper locale.
Jean-Philippe Lang
2012-10-13
1
-0
/
+2
*
Tests cleanup.
Jean-Philippe Lang
2012-10-13
2
-16
/
+16
*
Tests cleanup.
Jean-Philippe Lang
2012-10-13
1
-18
/
+4
*
Test moved to tests with transactional fixtures disabled.
Jean-Philippe Lang
2012-10-13
2
-18
/
+18
*
Reverts r10623 for clarity, this test does not need the default language to b...
Jean-Philippe Lang
2012-10-13
1
-15
/
+14
*
Make sure that custom field format cannot be changed.
Jean-Philippe Lang
2012-10-13
1
-0
/
+6
*
set language en at test_put_update_with_spent_time_and_failure_should_not_add...
Toshi MARUYAMA
2012-10-12
1
-14
/
+15
*
Test that spent time should not be added when issue update fails (#11283).
Jean-Philippe Lang
2012-10-12
1
-0
/
+18
*
Expose roles details via REST API (#11502).
Jean-Philippe Lang
2012-10-12
2
-0
/
+25
*
code layout cleanup test/unit/issue_test.rb
Toshi MARUYAMA
2012-10-12
1
-2
/
+6
*
set language en at test_create_with_invalid_parent_issue_id of unit issue tes...
Toshi MARUYAMA
2012-10-12
1
-0
/
+1
*
add test of parent issue id beginning sharp to unit issue test (#11979)
Toshi MARUYAMA
2012-10-12
1
-0
/
+19
*
Fixed: No validation errors when entering an invalid "Parent task" (#11979).
Jean-Philippe Lang
2012-10-12
2
-6
/
+38
*
Fixed that User#allowed_to? should return true or false (#12078).
Jean-Philippe Lang
2012-10-12
1
-19
/
+19
*
Removed issue_create! helper in favour of Issue.generate!
Jean-Philippe Lang
2012-10-12
2
-89
/
+79
*
Makes Issue.generate_with_descendants! helper accept attributes only.
Jean-Philippe Lang
2012-10-12
4
-16
/
+16
*
Remove Issue.generate_for_project! test helper and use Issue.generate! instead.
Jean-Philippe Lang
2012-10-12
6
-65
/
+44
*
Isolate the test that actually require non transactional fixtures.
Jean-Philippe Lang
2012-10-11
2
-25
/
+59
*
Preserve username when authentification failed (#11846).
Jean-Philippe Lang
2012-10-11
1
-3
/
+14
*
Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...
Jean-Philippe Lang
2012-10-11
1
-0
/
+41
*
remove empty line and add newline at end of test/fixtures/wikis.yml
Toshi MARUYAMA
2012-10-11
1
-1
/
+0
[next]