Adds url and author_url plugin attributes (#2162).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2041 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-11-16 17:12:02 +00:00
parent f9ce4ff559
commit 5362a85f2b
5 changed files with 21 additions and 9 deletions

View File

@@ -103,8 +103,8 @@ class AdminControllerTest < Test::Unit::TestCase
assert_response :success
assert_template 'plugins'
assert_tag :td, :content => 'Foo plugin'
assert_tag :td, :content => 'Bar'
assert_tag :td, :child => { :tag => 'span', :content => 'Foo plugin' }
assert_tag :td, :child => { :tag => 'span', :content => 'Bar' }
end
def test_info