use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmine/views/builders/xml_test.rb.

ActionView::Helpers::ActiveRecordHelper at test/helper_testcase.rb
does not exist on Rails 3.0.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6109 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-06-22 03:50:35 +00:00
parent 148b1e491a
commit 50dc1ad54a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
require File.expand_path('../../../../../../test_helper', __FILE__)
class Redmine::Views::Builders::XmlTest < HelperTestCase
class Redmine::Views::Builders::XmlTest < ActiveSupport::TestCase
def test_hash
assert_xml_output('<person><name>Ryan</name><age>32</age></person>') do |b|