redmine/test/unit
Toshi MARUYAMA 3fbbd6bc50 fix filename of test/unit/lib/redmine/wiki_formatting.rb
"rake test:units" runs following command

<pre>
"rake test:units" runs '/usr/bin/ruby -I"lib:test"
  -I"/usr/lib/ruby/gems/1.8/gems/rake-0.9.0/lib"
  "/usr/lib/ruby/gems/1.8/gems/rake-0.9.0/lib/rake/rake_test_loader.rb"
  "test/unit/**/*_test.rb"'
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8316 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-12-23 03:53:35 +00:00
..
helpers test: include ERB::Util at test/unit/helpers/issues_helper_test.rb 2011-12-22 11:04:25 +00:00
initializers
lib fix filename of test/unit/lib/redmine/wiki_formatting.rb 2011-12-23 03:53:35 +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
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
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
mailer_test.rb
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 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
query_test.rb Fixed: error when filtering by numeric custom field with postgresql (#9719). 2011-12-05 20:45:45 +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
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