diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-03-08 10:35:48 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-03-08 10:35:48 +0000 |
commit | d5b268129c2642d0d93d753d74599a21f2d0ecd5 (patch) | |
tree | df2f7c15c52eccc49b3908019f6b65246ea8edab /test/functional/repositories_mercurial_controller_test.rb | |
parent | e2adda86c24a8f6e15599696e85f66ea93e837bd (diff) | |
download | redmine-d5b268129c2642d0d93d753d74599a21f2d0ecd5.tar.gz redmine-d5b268129c2642d0d93d753d74599a21f2d0ecd5.zip |
scm: mercurial: add latin-1 encoding directory to test repository (#2664).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5059 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_mercurial_controller_test.rb')
-rw-r--r-- | test/functional/repositories_mercurial_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 15c621673..a29c46ae0 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -126,7 +126,7 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase "test-#{@char_1}.txt"], assigns(:entries).collect(&:name) changesets = assigns(:changesets) assert_not_nil changesets - assert_equal %w(21 20 19 18 17), changesets.collect(&:revision) + assert_equal %w(27 21 20 19 18 17), changesets.collect(&:revision) end end |