Skip to content
Snippets Groups Projects
Commit 57298dcc authored by Toshi MARUYAMA's avatar Toshi MARUYAMA Committed by Eric Davis
Browse files

scm: code clean up at test/unit/changeset_test.rb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4976 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 9c3c35e8
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,6 @@ class ChangesetTest < ActiveSupport::TestCase
def test_comments_should_be_converted_all_latin1_to_utf8
with_settings :commit_logs_encoding => 'ISO-8859-1' do
c = Changeset.new
s1 = "\xC2\x80"
s2 = "\xc3\x82\xc2\x80"
if s1.respond_to?(:force_encoding)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment