.. |
helpers
|
Warn about subtasks before deleting a parent issue (#6562).
|
2011-04-17 15:17:18 +00:00 |
lib
|
Fixes potential test failure.
|
2011-04-17 20:34:43 +00:00 |
activity_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
attachment_test.rb
|
Safer assertion.
|
2010-12-31 15:24:42 +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: add missing fixtures when running tests from scratch in unit changeset test.
|
2011-04-22 07:13:56 +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
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24: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
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
document_category_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
document_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
enabled_module_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +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
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
issue_category_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
issue_nested_set_test.rb
|
Fixed: deleting a parent issue may lead to a stale object error (#7920).
|
2011-04-01 18:42:41 +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
|
Adds a test for issue circular dependency validation.
|
2011-01-15 14:03:39 +00:00 |
issue_status_test.rb
|
Allow additional workflow transitions for issue author and assignee (#2732).
|
2011-02-20 15:38:07 +00:00 |
issue_test.rb
|
Private issues (#7414).
|
2011-04-15 13:23:13 +00:00 |
journal_observer_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
journal_test.rb
|
Adds a visible scope to the Journal model.
|
2011-03-15 17:16:45 +00:00 |
mail_handler_test.rb
|
Fixed: mail handler keywords are not removed when updating issues (#7785).
|
2011-03-13 13:24:56 +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
|
Modules selection lost on project form after validation failure (#8012).
|
2011-03-30 17:16:25 +00:00 |
query_test.rb
|
Extract visibility condition from project statement and use visible scopes instead.
|
2011-04-12 16:53:39 +00:00 |
repository_bazaar_test.rb
|
scm: bazaar: add changesets order test in unit model test.
|
2011-03-16 05:50:06 +00:00 |
repository_cvs_test.rb
|
scm: cvs: update test repository.
|
2011-04-14 05:03:36 +00:00 |
repository_darcs_test.rb
|
scm: darcs: add entries test in invalid revision in model.
|
2011-04-12 05:47:05 +00:00 |
repository_filesystem_test.rb
|
scm: filesystem: update test repository for non ascii text files displaying (#6256).
|
2011-03-22 15:30:19 +00:00 |
repository_git_test.rb
|
Fixed: #setup triggers a failure even if git tests should not run.
|
2011-04-11 17:58:04 +00:00 |
repository_mercurial_test.rb
|
scm: mercurial: add test of copied file from_revision node id at unit model test.
|
2011-04-17 09:33:34 +00:00 |
repository_subversion_test.rb
|
Fixes subversion tests not running on win32.
|
2011-03-20 18:25:38 +00:00 |
repository_test.rb
|
scm: add filesystem available test at unit repository test (#4273).
|
2011-04-08 05:44:06 +00:00 |
role_test.rb
|
Localize anonymous and non member roles names (#8072).
|
2011-04-05 22:37:45 +00:00 |
search_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
setting_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +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
|
Changed the way the visibility SQL statement is built.
|
2011-03-15 15:39:59 +00:00 |
version_test.rb
|
ruby1.9 compatibility
|
2010-12-31 11:16:03 +00:00 |
watcher_test.rb
|
Fixed: Email notifications are sent to watchers even if 'No events' setting is chosen (#7763).
|
2011-03-04 14:43:53 +00:00 |
wiki_content_test.rb
|
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
|
2010-12-12 23:24:34 +00:00 |
wiki_page_test.rb
|
Moved wiki page updated_on eager load to a scope and fixed timestamp titles on wiki page index (#7818).
|
2011-03-12 18:09:46 +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
|
Do a redirect when accessing a renamed wiki page.
|
2011-04-11 19:21:57 +00:00 |