diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-06-01 06:09:37 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-06-01 06:09:37 +0000 |
commit | b03935fadeff7ecf7f5b6b08b42b13f96c59ff6a (patch) | |
tree | 3f01b7042896babe6e7dd5e9fcf353c97cc35c01 /test/functional/repositories_git_controller_test.rb | |
parent | 41a439d052b739823c6af044e7b4bfaa03ac9f4e (diff) | |
download | redmine-b03935fadeff7ecf7f5b6b08b42b13f96c59ff6a.tar.gz redmine-b03935fadeff7ecf7f5b6b08b42b13f96c59ff6a.zip |
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
Diffstat (limited to 'test/functional/repositories_git_controller_test.rb')
-rw-r--r-- | test/functional/repositories_git_controller_test.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index 87925449c..d42c76e9f 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -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 |