Redmine/test/functional
Toshi MARUYAMA b7dffa44c9 scm: mercurial: update test repository for path encoding (#2664).
Mercurial (and also Git) treats file names as byte string.
This mercurial test repository contains Latin-1 encoding path.
Be careful on non Latin-1(CP1252) Windows.

If your Windows is not Latin-1 Windows,
in order to checkout(update) Latin-1 path,
You need to use cygwin 1.7 and set LANG=en_US.ISO-8859-1.

Please refer.
http://mercurial.selenic.com/wiki/EncodingStrategy?action=recall&rev=6

Redmine mercurial adapter do not need to checkout(update) repository.
Mercurial does not have "bare" repository such as Git.
You can use "hg update null" for equivalent "bare" repository.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4996 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-04 04:25:48 +00:00
..
account_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
activities_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +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 Strip non utf8 content when displaying diff (ruby1.9 compatibility). 2011-01-01 13:40:36 +00:00
auth_sources_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +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 Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
documents_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +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 Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +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 Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +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: issue description Quote button lost by r3941 (#7122). 2010-12-18 13:40:50 +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 Keep track of issue description changes (#746). 2011-02-27 13:34:41 +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 Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
project_enumerations_controller_test.rb Fixes wrong assertion. 2010-12-31 15:45:35 +00:00
projects_controller_test.rb Changes ProjectsController#modules param name and add tests. 2011-01-06 20:57:17 +00:00
queries_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +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: add feature of per project repository log encoding setting (#1735). 2011-03-01 10:27:30 +00:00
repositories_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_cvs_controller_test.rb scm: add feature of per project repository log encoding setting (#1735). 2011-03-01 10:27:30 +00:00
repositories_darcs_controller_test.rb scm: add feature of per project repository log encoding setting (#1735). 2011-03-01 10:27:30 +00:00
repositories_git_controller_test.rb scm: functional test of using format_revision() for annotate (#3724). 2011-01-21 13:22:28 +00:00
repositories_mercurial_controller_test.rb scm: mercurial: update test repository for path encoding (#2664). 2011-03-04 04:25:48 +00:00
repositories_subversion_controller_test.rb scm: subversion: change some functional tests project id from 1 to 3. 2011-02-21 03:59:30 +00:00
roles_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
search_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
settings_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
sys_controller_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_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
timelog_controller_test.rb Fixed: 404 when entering time with blank issue id (#7099). 2010-12-14 18:29:24 +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 Enable ability for administrators to delete users (#7296). 2011-01-16 15:23:11 +00:00
versions_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
watchers_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +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 Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +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