redmine/test/unit
Jean-Philippe Lang 86a52eaedf Makes .find_ids return integers.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8490 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-01-03 21:35:00 +00:00
..
helpers Rails3.1: test: include ERB::Util in unit/helpers/search_helper_test.rb 2012-01-02 09:07:57 +00:00
initializers
lib Moved test from ApplicationControllerTest. 2012-01-03 17:48:18 +00:00
activity_test.rb
attachment_test.rb Make sure that tests restore the attachments path to the tmp dir so that fixture files don't get deleted. 2011-12-16 17:52:47 +00:00
auth_source_ldap_test.rb
board_test.rb
changeset_test.rb
comment_test.rb Use Errors#count instead of #length. 2012-01-01 17:23:12 +00:00
custom_field_test.rb add unit test of CustomField model before_validation 2011-12-11 12:04:16 +00:00
custom_field_user_format_test.rb
custom_field_version_format_test.rb
custom_value_test.rb
default_data_test.rb
document_category_test.rb
document_test.rb
enabled_module_test.rb
enumeration_test.rb
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
issue_nested_set_test.rb Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduced by r5286 (#9577). 2011-11-15 19:55:21 +00:00
issue_priority_test.rb
issue_relation_test.rb
issue_status_test.rb Do not change settings in tests. 2011-12-15 10:30:33 +00:00
issue_test.rb Use fixtures generator. 2011-12-18 17:00:15 +00:00
journal_observer_test.rb
journal_test.rb
mail_handler_test.rb Improved user creation from incoming email. 2011-11-27 15:27:14 +00:00
mailer_test.rb test: replace should "include the emails_header" at unit mailer test to Rails standard test suite 2012-01-02 11:38:29 +00:00
member_test.rb Makes assertion compatible with ruby1.9. 2011-12-10 14:00:31 +00:00
message_test.rb
news_test.rb
principal_test.rb
project_nested_set_test.rb
project_test.rb Makes assertion Rails3 compatible. 2011-12-26 12:42:36 +00:00
query_test.rb Makes .find_ids return integers. 2012-01-03 21:35:00 +00:00
repository_bazaar_test.rb
repository_cvs_test.rb
repository_darcs_test.rb
repository_filesystem_test.rb
repository_git_test.rb
repository_mercurial_test.rb
repository_subversion_test.rb
repository_test.rb Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/repository_test.rb 2011-12-09 07:14:38 +00:00
role_test.rb
search_test.rb
setting_test.rb
testing_test.rb
time_entry_activity_test.rb Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/time_entry_activity_test.rb 2011-12-09 07:15:12 +00:00
time_entry_test.rb Removed unnecessary calculations in time entries index. 2011-12-04 23:01:42 +00:00
token_test.rb
tracker_test.rb
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 Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/user_test.rb 2011-12-09 07:15:51 +00:00
version_test.rb Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/version_test.rb 2011-12-09 05:54:13 +00:00
watcher_test.rb add unit test to validate watcher 2011-12-04 09:44:11 +00:00
wiki_content_test.rb Adds #current_version? method to wiki content. 2011-11-28 20:12:03 +00:00
wiki_page_test.rb Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/wiki_page_test.rb 2011-12-09 05:55:32 +00:00
wiki_redirect_test.rb
wiki_test.rb
workflow_test.rb