.. |
helpers
|
remove trailing white-spaces from test/unit/helpers/projects_helper_test.rb.
|
2011-08-22 07:09:10 +00:00 |
initializers
|
Fixed: queries error messages about custom fields output a 'translation missing' error (#8554).
|
2011-06-27 01:03:22 +00:00 |
lib
|
scm: git: add unit adapter test of annotate invalid revision (#8767).
|
2011-07-08 02:06:38 +00:00 |
activity_test.rb
|
Fixed: activity shows updates of private issues (#8432).
|
2011-05-29 07:12:38 +00:00 |
attachment_test.rb
|
Fixed: file uploads broken by r6312 (#8912).
|
2011-07-29 15:28:59 +00:00 |
auth_source_ldap_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
board_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
changeset_test.rb
|
scm: remove trailing white-spaces from unit changeset test.
|
2011-05-25 09:58:02 +00:00 |
comment_test.rb
|
Adds email notifications support for news comments (#2074).
|
2011-03-04 14:32:58 +00:00 |
custom_field_test.rb
|
Validate custom field regexp (#8865).
|
2011-07-20 16:29:34 +00:00 |
custom_field_user_format_test.rb
|
Fixed: empty list for user/version custom fields on bulk edit form (#2096).
|
2011-04-07 16:34:58 +00:00 |
custom_value_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
default_data_test.rb
|
remove trailing white-spaces from unit default data test.
|
2011-05-18 07:54:25 +00:00 |
document_category_test.rb
|
remove trailing white-spaces and an empty line from unit document category test.
|
2011-05-18 07:54:54 +00:00 |
document_test.rb
|
remove trailing white-spaces from unit document test.
|
2011-05-18 07:56:16 +00:00 |
enabled_module_test.rb
|
remove trailing white-spaces from unit enabled module test.
|
2011-05-18 07:55:38 +00:00 |
enumeration_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
group_test.rb
|
Ability to assign issues to groups (#2964).
|
2011-07-23 18:18:13 +00:00 |
issue_category_test.rb
|
Ability to assign issues to groups (#2964).
|
2011-07-23 18:18:13 +00:00 |
issue_nested_set_test.rb
|
Fixed: Error deleting issue with grandchild (#8880).
|
2011-07-24 08:35:48 +00:00 |
issue_priority_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
issue_relation_test.rb
|
Document why relation is reversed after validation.
|
2011-07-04 17:31:06 +00:00 |
issue_status_test.rb
|
Fixed: additional workflow transitions not available when set to both author and assignee (#8836).
|
2011-07-20 17:05:17 +00:00 |
issue_test.rb
|
Assignee is removed on issue update if assignee account is locked (#8884).
|
2011-07-23 19:24:02 +00:00 |
journal_observer_test.rb
|
remove trailing white-spaces and an empty line from unit journal observer test.
|
2011-05-17 01:16:04 +00:00 |
journal_test.rb
|
remove trailing white-spaces from unit journal test.
|
2011-05-17 01:16:31 +00:00 |
mail_handler_test.rb
|
Fixed: attachments from Apple Mail not added by mail handler (#8651).
|
2011-07-29 17:01:29 +00:00 |
mailer_test.rb
|
Remove empty lines from test/unit/mailer_test.rb.
|
2011-04-04 01:10:10 +00:00 |
member_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
message_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
news_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
principal_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
project_nested_set_test.rb
|
Additional unit tests for project tree.
|
2011-01-06 21:17:08 +00:00 |
project_test.rb
|
remove trailing white-spaces from test/unit/project_test.rb.
|
2011-08-21 11:50:39 +00:00 |
query_test.rb
|
Include issues asigned to user's groups when using "assigned to me" filter (#2964).
|
2011-07-31 10:22:36 +00:00 |
repository_bazaar_test.rb
|
scm: bazaar: replace RAILS_ROOT to Rails.root in unit model test.
|
2011-06-10 12:02:44 +00:00 |
repository_cvs_test.rb
|
scm: cvs: replace RAILS_ROOT to Rails.root in unit model test.
|
2011-06-10 12:53:41 +00:00 |
repository_darcs_test.rb
|
scm: darcs: replace RAILS_ROOT to Rails.root in unit model test.
|
2011-06-10 10:11:57 +00:00 |
repository_filesystem_test.rb
|
scm: filesystem: replace RAILS_ROOT to Rails.root in unit model test.
|
2011-06-10 11:11:58 +00:00 |
repository_git_test.rb
|
scm: git: replace RAILS_ROOT to Rails.root in unit model test.
|
2011-06-10 07:06:59 +00:00 |
repository_mercurial_test.rb
|
scm: mercurial: replace RAILS_ROOT to Rails.root in unit model test.
|
2011-06-10 11:10:23 +00:00 |
repository_subversion_test.rb
|
scm: subversion: remove trailing white-spaces from unit model test.
|
2011-05-08 05:10:45 +00:00 |
repository_test.rb
|
scm: add a test of a repository model method "merge_extra_info()" in unit test (#7146, #7047).
|
2011-05-12 23:58:58 +00:00 |
role_test.rb
|
Localize anonymous and non member roles names (#8072).
|
2011-04-05 22:37:45 +00:00 |
search_test.rb
|
remove trailing white-spaces from unit search test.
|
2011-05-17 02:39:40 +00:00 |
setting_test.rb
|
remove trailing white-spaces from unit setting test.
|
2011-05-18 11:36:35 +00:00 |
testing_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
time_entry_activity_test.rb
|
add functional tests for bulk edit time entries (#7996).
|
2011-04-04 11:54:22 +00:00 |
time_entry_test.rb
|
Adds a test for TimeEntry#spent_on= with invalid string.
|
2011-01-14 18:45:28 +00:00 |
token_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
tracker_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
user_preference_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
user_test.rb
|
Do not show 2 validation errors when user mail is blank.
|
2011-07-03 12:37:57 +00:00 |
version_test.rb
|
Adds REST API for versions (#7403).
|
2011-07-04 19:34:58 +00:00 |
watcher_test.rb
|
Fixed: validation error on issue creation when trying to add an invalid user as a watcher (#5373).
|
2011-05-22 10:30:26 +00:00 |
wiki_content_test.rb
|
remove trailing white-spaces from unit wiki content test.
|
2011-05-17 02:38:55 +00:00 |
wiki_page_test.rb
|
remove trailing white-spaces from unit wiki page test.
|
2011-05-17 02:37:04 +00:00 |
wiki_redirect_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
wiki_test.rb
|
remove trailing white-spaces from unit wiki test.
|
2011-05-17 02:38:09 +00:00 |
workflow_test.rb
|
Fixed: Workflow copy does not copy advanced workflow settings (#8739).
|
2011-07-02 11:13:39 +00:00 |