1
0
Fork 0
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:
kou 2013-07-31 14:00:26 +00:00
parent 6668c32a7e
commit 5f8cba0705
2 changed files with 6 additions and 1 deletions

View file

@ -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 ...

View file

@ -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