]> source.dussan.org Git - redmine.git/commitdiff
scm: git: fix functional test_annotate test.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 1 Jun 2011 06:09:37 +0000 (06:09 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 1 Jun 2011 06:09:37 +0000 (06:09 +0000)
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

test/functional/repositories_git_controller_test.rb

index 87925449c14f90a1f97e89b96b8ce999fe4991f0..d42c76e9fc4b384453b005b37ba5b03423b7adc8 100644 (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