Redmine/test/unit
Jean-Philippe Lang 4a3f038595 Use create!.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9468 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-04-22 08:42:32 +00:00
..
helpers No need to save journal details. 2012-04-22 08:26:45 +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 Fixed that textile nested lists are not properly closed in output (#10642). 2012-04-18 12:00:54 +00:00
activity_test.rb Fixed: activity shows updates of private issues (#8432). 2011-05-29 07:12:38 +00:00
attachment_test.rb Use fixture. 2012-02-24 21:24:00 +00:00
auth_source_ldap_test.rb Fixes error message for LDAP filter (#1060). 2012-03-24 14:07:42 +00:00
board_test.rb remove trailing white-spaces from test/unit/board_test.rb. 2011-08-29 08:15:58 +00:00
changeset_test.rb Adds the repository identifier to Changeset#text_tag (#779). 2012-03-24 13:03:36 +00:00
comment_test.rb Use Errors#count instead of #length. 2012-01-01 17:23:12 +00:00
custom_field_test.rb Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different behaviours. 2012-03-05 11:03:26 +00:00
custom_field_user_format_test.rb remove trailing white-spaces from test/unit/custom_field_user_format_test.rb. 2011-08-29 11:13:48 +00:00
custom_field_version_format_test.rb Fixed: Custom 'version' field don't show shared versions (#8615). 2011-11-11 12:32:21 +00:00
custom_value_test.rb Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189). 2012-01-28 11:16:58 +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 subclasses method instead of class variable. 2012-02-24 18:23:58 +00:00
group_test.rb add unit test of group blank name in French (#9795) 2011-12-15 13:06:42 +00:00
issue_category_test.rb remove trailing white-spaces from test/unit/issue_category_test.rb. 2011-08-29 12:44:29 +00:00
issue_nested_set_test.rb Deprecated Issue#move_to_project. 2012-01-07 18:02:02 +00:00
issue_priority_test.rb remove trailing white-spaces from test/unit/issue_priority_test.rb. 2011-08-29 14:06:57 +00:00
issue_relation_test.rb code layout clean up of test_set_issue_to_dates_without_issue_to at test/unit/issue_relation_test.rb 2011-10-07 12:23:09 +00:00
issue_status_test.rb Do not change settings in tests. 2011-12-15 10:30:33 +00:00
issue_test.rb When copying issues, let the status be changed to default or left unchanged. 2012-04-14 05:45:16 +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 Additional test for MailHandler. 2012-04-19 08:26:53 +00:00
mailer_test.rb Adds helpers for testing email body. 2012-03-04 13:28:18 +00:00
member_test.rb Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different behaviours. 2012-03-05 11:03:26 +00:00
message_test.rb add unit message test of cannot reply to a locked topic 2011-10-01 01:11:02 +00:00
news_test.rb Fixed potential test failure. 2012-02-28 05:33:46 +00:00
principal_test.rb Use create!. 2012-04-22 08:42:32 +00:00
project_nested_set_test.rb remove trailing white-spaces from test/unit/project_nested_set_test.rb. 2011-08-30 05:49:57 +00:00
project_test.rb Removed shoulda assertions. 2012-03-04 13:43:17 +00:00
query_test.rb Adds members of subprojects in assignee and author filters (#10126). 2012-02-01 20:07:01 +00:00
repository_bazaar_test.rb scm: bazaar: add test to override human_attribute_name of "path to repository" 2012-02-24 10:02:20 +00:00
repository_cvs_test.rb Rails3: scm: cvs: fix error of test_fetch_changesets_incremental at unit model test 2012-02-26 14:09:21 +00:00
repository_darcs_test.rb scm: darcs: add test to override human_attribute_name of "path to repository" 2012-02-24 10:01:58 +00:00
repository_filesystem_test.rb scm: filesystem: add test to override human_attribute_name of "Root directory" 2012-02-24 13:04:06 +00:00
repository_git_test.rb scm: git: add test of from_path at unit model test_fetch_changesets_from_scratch 2012-03-29 21:37:10 +00:00
repository_mercurial_test.rb scm: mercurial: remove unnecessary log_encoding from overriding human_attribute_name test 2012-02-24 12:38:58 +00:00
repository_subversion_test.rb Rails3: scm: subversion: fix error of test_next_nil at unit model test 2011-09-12 10:04:43 +00:00
repository_test.rb Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different behaviours. 2012-03-05 11:03:26 +00:00
role_test.rb remove trailing white-spaces from test/unit/role_test.rb. 2011-08-30 05:48:28 +00:00
search_test.rb remove trailing white-spaces from unit search test. 2011-05-17 02:39:40 +00:00
setting_test.rb Adds a method to clear the settings cache. 2011-11-13 15:20:31 +00:00
testing_test.rb remove trailing white-spaces from test/unit/testing_test.rb. 2011-08-30 05:50:58 +00:00
time_entry_activity_test.rb Array#to_s behaviour changed in ruby 1.9. 2012-03-05 10:49:05 +00:00
time_entry_test.rb Makes time syntax case insensitive (#10635). 2012-04-11 17:37:13 +00:00
token_test.rb Fixed that Token.destroy_expired destroys API tokens. 2012-04-15 15:44:51 +00:00
tracker_test.rb Additional test for Tracker model. 2012-04-18 19:33:29 +00:00
user_preference_test.rb add unit test to ensure user preference others is hash in saving 2011-12-04 06:43:48 +00:00
user_test.rb Fixed that users with different case logins cannot update their accounts (#10711). 2012-04-19 08:42:07 +00:00
version_test.rb Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different behaviours. 2012-03-05 10:55:19 +00:00
watcher_test.rb Additional test for Watcher.prune. 2012-04-15 15:13:28 +00:00
wiki_content_test.rb Additional test for gzipped wiki history. 2012-04-06 17:53:25 +00:00
wiki_page_test.rb Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different behaviours. 2012-03-05 10:55:19 +00:00
wiki_redirect_test.rb remove trailing white-spaces from test/unit/wiki_redirect_test.rb. 2011-08-30 05:09:45 +00:00
wiki_test.rb replace hard-coded non ASCII literal to UTF-8 hexadecimal at test/unit/wiki_test.rb 2012-03-14 01:16:05 +00:00
workflow_test.rb remove trailing white-spaces from test/unit/workflow_test.rb. 2011-08-30 05:09:04 +00:00