1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/rexml/test_document.rb (REXMLTests::TestDocument::BomTest):

Fix wrong parent class. It doesn't need inherit tests in
  TestDocument class.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2014-11-15 11:09:57 +00:00
parent 46ce7c436a
commit 1e326bb0e5
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Sat Nov 15 20:09:00 2014 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_document.rb (REXMLTests::TestDocument::BomTest):
Fix wrong parent class. It doesn't need inherit tests in
TestDocument class.
Sat Nov 15 19:48:59 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/mkmf.rb (depend_rules): support comments during a line.

View file

@ -311,7 +311,7 @@ EOX
end
end
class BomTest < self
class BomTest < Test::Unit::TestCase
class HaveEncodingTest < self
def test_utf_8
xml = <<-EOX.force_encoding("ASCII-8BIT")