mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
Remove code related to JRuby and unsupported Ruby versions (#29441).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18294 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -34,12 +34,6 @@ class RepositoryBazaarTest < ActiveSupport::TestCase
|
||||
# "bzr" command output and command line parameter depend on locale.
|
||||
# So, non ASCII path tests cannot run independent locale.
|
||||
#
|
||||
# If you want to run Bazaar non ASCII path tests on Linux *Ruby 1.9*,
|
||||
# you need to set locale character set "ISO-8859-1".
|
||||
# E.g. "LANG=en_US.ISO-8859-1".
|
||||
# On Linux other platforms (e.g. Ruby 1.8, JRuby),
|
||||
# you need to set "RUN_LATIN1_OUTPUT_TEST = true" manually.
|
||||
#
|
||||
# On Windows, because it is too hard to change system locale,
|
||||
# you cannot run Bazaar non ASCII path tests.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user