diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-26 01:10:01 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-26 01:10:01 +0000 |
commit | 413f5278b211981851e6e2aa301a124137834643 (patch) | |
tree | cf9bf2b72309e15ba8b65400296f2e04384aa36d /test/functional/repositories_git_controller_test.rb | |
parent | 583ed5d89d84bd0eb0079302c89758ced6de779d (diff) | |
download | redmine-413f5278b211981851e6e2aa301a124137834643.tar.gz redmine-413f5278b211981851e6e2aa301a124137834643.zip |
scm: git: fix a comment of functional annotate test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5910 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_git_controller_test.rb')
-rw-r--r-- | test/functional/repositories_git_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index fa013d900..06af9cd47 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -249,7 +249,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase get :annotate, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'] assert_response :success assert_template 'annotate' - # Line 23, changeset 2f9c0091 + # Line 24, changeset 2f9c0091 assert_tag :tag => 'th', :content => '24', :sibling => { :tag => 'td', |