scm: fix indents of test/unit/changeset_test.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5711 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e28ac7f880
commit
23a27bd6e4
@ -343,14 +343,14 @@ class ChangesetTest < ActiveSupport::TestCase
|
||||
:revision => '123',
|
||||
:scmid => '12345',
|
||||
:comments => "test")
|
||||
assert( cs.save )
|
||||
assert(cs.save)
|
||||
ch = Change.new(
|
||||
:changeset => cs,
|
||||
:action => "A",
|
||||
:path => str1,
|
||||
:from_path => str2,
|
||||
:from_revision => "345")
|
||||
assert( ch.save )
|
||||
assert(ch.save)
|
||||
assert_equal "Texte encod? en ISO-8859-1", ch.path
|
||||
assert_equal "?a?b?c?d?e test", ch.from_path
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user