diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-30 08:05:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-30 08:05:44 +0000 |
commit | a4394e877e72d3b7f06bb150042a3cab3bde02e4 (patch) | |
tree | bb80b954ca24d41f41bb2843bd3cc6e2ef9499df /test/functional/repositories_mercurial_controller_test.rb | |
parent | d2192bba0290157ebf7de98cadb2d2cb6bc41428 (diff) | |
download | redmine-a4394e877e72d3b7f06bb150042a3cab3bde02e4.tar.gz redmine-a4394e877e72d3b7f06bb150042a3cab3bde02e4.zip |
add changeset comment in revision page title (#14138)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11909 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 4b3263e18..fd9c17b58 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -485,7 +485,7 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase assert_response :success assert_template 'revision' assert_select 'title', - :text => 'Revision 1:9d5b5b004199 - eCookbook Subproject 1 - Redmine' + :text => 'Revision 1:9d5b5b004199 - Added 2 files and modified one. - eCookbook Subproject 1 - Redmine' end end end |