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:
parent
583ed5d89d
commit
413f5278b2
|
@ -249,7 +249,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase
|
||||||
get :annotate, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb']
|
get :annotate, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb']
|
||||||
assert_response :success
|
assert_response :success
|
||||||
assert_template 'annotate'
|
assert_template 'annotate'
|
||||||
# Line 23, changeset 2f9c0091
|
# Line 24, changeset 2f9c0091
|
||||||
assert_tag :tag => 'th', :content => '24',
|
assert_tag :tag => 'th', :content => '24',
|
||||||
:sibling => {
|
:sibling => {
|
||||||
:tag => 'td',
|
:tag => 'td',
|
||||||
|
|
Loading…
Reference in New Issue