[前][次][番号順一覧][スレッド一覧]

ruby-changes:30443

From: kou <ko1@a...>
Date: Sun, 11 Aug 2013 19:12:32 +0900 (JST)
Subject: [ruby-changes:30443] kou:r42522 (trunk): * test/rexml/parser/test_sax2.rb: Expand abbreviated class name.

kou	2013-08-11 19:12:28 +0900 (Sun, 11 Aug 2013)

  New Revision: 42522

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42522

  Log:
    * test/rexml/parser/test_sax2.rb: Expand abbreviated class name.

  Modified files:
    trunk/ChangeLog
    trunk/test/rexml/parser/test_sax2.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42521)
+++ ChangeLog	(revision 42522)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Aug 11 19:11:45 2013  Kouhei Sutou  <kou@c...>
+
+	* test/rexml/parser/test_sax2.rb: Expand abbreviated class name.
+
 Sun Aug 11 19:06:03 2013  Kouhei Sutou  <kou@c...>
 
 	* lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fix
Index: test/rexml/parser/test_sax2.rb
===================================================================
--- test/rexml/parser/test_sax2.rb	(revision 42521)
+++ test/rexml/parser/test_sax2.rb	(revision 42522)
@@ -14,7 +14,7 @@ class TestSAX2Parser < Test::Unit::TestC https://github.com/ruby/ruby/blob/trunk/test/rexml/parser/test_sax2.rb#L14
       XML
     end
 
-    class TestEntityDecl < self
+    class TestEntityDeclaration < self
       class Listener
         include REXML::SAX2Listener
         attr_reader :entity_declarations

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]