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
This commit is contained in:
Toshi MARUYAMA 2011-05-26 01:10:01 +00:00
parent 583ed5d89d
commit 413f5278b2
1 changed files with 1 additions and 1 deletions

View File

@ -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',