Redmine/test/functional
Toshi MARUYAMA 4690082157 scm: git: skip non UTF-8 path encoding test of functional test in JRuby (#5251).
Git, Mercurial and CVS path encodings are binary.
Subversion supports URL encoding for path.
Redmine Mercurial adapter and extension use URL encoding.
Git accepts only binary path in command line parameter.
So, there is no way to use binary command line parameter in JRuby.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6003 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-06-08 10:05:15 +00:00
..
account_controller_test.rb remove trailing white-spaces from test/functional/account_controller_test.rb. 2011-06-01 11:05:04 +00:00
activities_controller_test.rb remove trailing white-spaces from functional activities controller test. 2011-05-16 00:09:58 +00:00
admin_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
application_controller_test.rb Makes API accept offset/limit or page/limit parameters for retrieving collections. 2010-12-23 13:33:01 +00:00
attachments_controller_test.rb remove trailing white-spaces from functional functional attachments controller test. 2011-05-07 06:47:05 +00:00
auth_sources_controller_test.rb Adds a test for AuthSourcesController#destroy with users. 2011-03-16 19:52:16 +00:00
auto_completes_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
boards_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
calendars_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
comments_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
context_menus_controller_test.rb Trying to fix random failures with postgresql due to different ids order in urls. 2011-01-09 21:01:40 +00:00
custom_fields_controller_test.rb Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096). 2011-04-01 13:44:58 +00:00
documents_controller_test.rb remove trailing white-spaces from functional documents controller test. 2011-05-18 07:53:16 +00:00
enumerations_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
files_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
gantts_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
groups_controller_test.rb Fixed: list of users for adding to a group may be empty if 100 first users have been added (#8029). 2011-04-01 16:47:30 +00:00
issue_categories_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
issue_moves_controller_test.rb Fixed: notes are lost when copying issue(s) (#6901, #8239). 2011-04-29 13:27:50 +00:00
issue_relations_controller_test.rb Fixed: Relations are not displayed after adding/removing an issue relation (#7463). 2011-01-27 21:38:47 +00:00
issue_statuses_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
issues_controller_test.rb Fixed: Private flag ignored when creating an issue with set_own_issues_private permission only (#8472). 2011-06-01 17:16:38 +00:00
issues_controller_transaction_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
journals_controller_test.rb remove trailing white-spaces from functional journals controller test. 2011-05-16 22:55:14 +00:00
ldap_auth_sources_controller.rb Refactor AuthSourcesController to support non-LDAP sources. #1131 2010-05-23 03:16:31 +00:00
mail_handler_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
members_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
messages_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
my_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
news_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
previews_controller_test.rb Adds support for preview when editing an issue note (#5520). 2011-03-28 21:45:30 +00:00
project_enumerations_controller_test.rb Fixes wrong assertion. 2010-12-31 15:45:35 +00:00
projects_controller_test.rb remove trailing white-spaces from functional projects controller test. 2011-05-16 22:55:41 +00:00
queries_controller_test.rb Shorten query[column_names] param name. 2011-04-03 14:31:32 +00:00
reports_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
repositories_bazaar_controller_test.rb scm: bazaar: fix functional test_annotate test. 2011-06-01 06:11:51 +00:00
repositories_controller_test.rb scm: remove trailing white-spaces from functional repositories controller test. 2011-05-24 01:58:29 +00:00
repositories_cvs_controller_test.rb scm: cvs: run both of "inline" and "side by side" diff in functional test_diff_new_files test. 2011-06-01 06:11:02 +00:00
repositories_darcs_controller_test.rb scm: darcs: run both of "inline" and "side by side" diff in functional test_diff test. 2011-06-01 06:10:13 +00:00
repositories_filesystem_controller_test.rb scm: filesystem: code clean up functional test. 2011-05-21 01:00:24 +00:00
repositories_git_controller_test.rb scm: git: skip non UTF-8 path encoding test of functional test in JRuby (#5251). 2011-06-08 10:05:15 +00:00
repositories_mercurial_controller_test.rb scm: mercurial: run both of "inline" and "side by side" diff in functional test_diff_latin_1_path test. 2011-06-01 07:47:19 +00:00
repositories_subversion_controller_test.rb scm: subversion: run both of "inline" and "side by side" diff in functional test_directory_diff test. 2011-06-01 06:12:34 +00:00
roles_controller_test.rb Add missing fixture when running tests from scratch in functional RolesControllerTest. 2011-05-01 23:14:28 +00:00
search_controller_test.rb remove trailing white-spaces from functional search controller test. 2011-05-16 22:56:25 +00:00
settings_controller_test.rb remove trailing white-spaces from functional settings controller test. 2011-05-18 11:37:31 +00:00
sys_controller_test.rb remove trailing white-spaces from functional sys controller test. 2011-05-25 04:40:18 +00:00
time_entry_reports_controller_test.rb Changed timelogs filters to use non-AJAX requests (#1965). 2011-04-03 11:55:24 +00:00
timelog_controller_test.rb Code cleanup. 2011-04-05 11:40:31 +00:00
trackers_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
users_controller_test.rb Adds a Group filter on the admin users list (#7893). 2011-03-16 18:20:08 +00:00
versions_controller_test.rb Adds an option to view issues count by status on the version page (#7921). 2011-03-20 21:06:30 +00:00
watchers_controller_test.rb Cleaner way to handle the replacement of watch links (#8071). 2011-04-05 12:09:15 +00:00
welcome_controller_test.rb Warning on leaving a page with unsaved content in textarea (#2910). 2011-02-21 09:53:29 +00:00
wiki_controller_test.rb remove trailing white-spaces from functional wiki controller test. 2011-05-16 22:56:04 +00:00
wikis_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
workflows_controller_test.rb Allow additional workflow transitions for issue author and assignee (#2732). 2011-02-20 15:38:07 +00:00