ruby-changes:25100
From: usa <ko1@a...>
Date: Fri, 12 Oct 2012 13:57:47 +0900 (JST)
Subject: [ruby-changes:25100] usa:r37152 (ruby_1_9_3): merge revision(s) 33215:
usa 2012-10-12 13:56:54 +0900 (Fri, 12 Oct 2012) New Revision: 37152 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37152 Log: merge revision(s) 33215: * test/rexml/test_encoding.rb: Add require 'require 'rexml/document' Modified files: branches/ruby_1_9_3/ChangeLog branches/ruby_1_9_3/test/rexml/test_encoding.rb branches/ruby_1_9_3/version.h Index: ruby_1_9_3/ChangeLog =================================================================== --- ruby_1_9_3/ChangeLog (revision 37151) +++ ruby_1_9_3/ChangeLog (revision 37152) @@ -1,3 +1,8 @@ +Fri Oct 12 13:56:01 2012 Ayumu AIZAWA <ayumu.aizawa@g...> + + * test/rexml/test_encoding.rb: + Add require 'require 'rexml/document' + Fri Oct 12 13:36:32 2012 NAKAMURA Usaku <usa@r...> * numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not. Index: ruby_1_9_3/version.h =================================================================== --- ruby_1_9_3/version.h (revision 37151) +++ ruby_1_9_3/version.h (revision 37152) @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.3" -#define RUBY_PATCHLEVEL 281 +#define RUBY_PATCHLEVEL 282 #define RUBY_RELEASE_DATE "2012-10-12" #define RUBY_RELEASE_YEAR 2012 Index: ruby_1_9_3/test/rexml/test_encoding.rb =================================================================== --- ruby_1_9_3/test/rexml/test_encoding.rb (revision 37151) +++ ruby_1_9_3/test/rexml/test_encoding.rb (revision 37152) @@ -3,6 +3,7 @@ require "rexml_test_utils" require 'rexml/source' +require 'rexml/document' class EncodingTester < Test::Unit::TestCase include REXMLTestUtils -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/