Project

General

Profile

Actions

Backport #5834

closed

Backport r33343 (test/rexml/test_sax.rb: add require 'rexml/document')

Added by ayumin (Ayumu AIZAWA) over 12 years ago. Updated over 12 years ago.

Status:
Closed
Assignee:
-
[ruby-dev:45079]

Description

=begin
だいぶ前にtrunkでは直したのですが1.9.3 には入ってませんでした。

$ git show 379d519f0b5d
commit 379d519f0b5d06e54d262f56131b64d3ef25ef68
Author: ayumin
Date: Mon Sep 26 18:52:10 2011 +0000

  • test/rexml/test_sax.rb: add require 'rexml/document.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

diff --git a/ChangeLog b/ChangeLog
index 758687e..2df65c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 27 03:50:19 2011 Ayumu AIZAWA
+

  •   * test/rexml/test_sax.rb: add require 'rexml/document'.
    

Tue Sep 27 03:32:27 2011 Ayumu AIZAWA

  • test/psych/test_yamldbm.rb: fix #setup and #terdown.
    diff --git a/test/rexml/test_sax.rb b/test/rexml/test_sax.rb
    index f5d7fb4..8873e17 100644
    --- a/test/rexml/test_sax.rb
    +++ b/test/rexml/test_sax.rb
    @@ -1,6 +1,7 @@
    require "rexml_test_utils"
    require 'rexml/sax2listener'
    require 'rexml/parsers/sax2parser'
    +require 'rexml/document'

class SAX2Tester < Test::Unit::TestCase
include REXMLTestUtils
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0