scm: git: fix functional test_annotate test.

In spite of revision is incorrect revision, tests pass.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5975 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-06-01 06:09:37 +00:00
parent 41a439d052
commit b03935fade
1 changed files with 4 additions and 2 deletions

View File

@ -268,7 +268,8 @@ class RepositoriesGitControllerTest < ActionController::TestCase
:tag => 'a',
:content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
}
},
}
assert_tag :tag => 'th', :content => '24',
:sibling => { :tag => 'td', :content => /jsmith/ }
assert_tag :tag => 'th', :content => '24',
:sibling => {
@ -277,7 +278,8 @@ class RepositoriesGitControllerTest < ActionController::TestCase
:tag => 'a',
:content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/
}
},
}
assert_tag :tag => 'th', :content => '24',
:sibling => { :tag => 'td', :content => /watcher =/ }
end