mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rexml/parse/test_notation_declaration.rb: Change class
name to follow file name change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6668c32a7e
commit
5f8cba0705
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jul 31 22:59:47 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* test/rexml/parse/test_notation_declaration.rb: Change class
|
||||
name to follow file name change.
|
||||
|
||||
Wed Jul 31 22:57:50 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* test/rexml/test_notationdecl_parsetest.rb: Rename to ...
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require 'test/unit'
|
||||
require 'rexml/document'
|
||||
|
||||
class TestNotationDecl < Test::Unit::TestCase
|
||||
class TestParseNotationDeclaration < Test::Unit::TestCase
|
||||
private
|
||||
def xml(internal_subset)
|
||||
<<-XML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue