merge revision(s) 33215:

* test/rexml/test_encoding.rb:
	  Add require 'require 'rexml/document'


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2012-10-12 04:56:54 +00:00
parent 58fef6226e
commit c171c83485
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Oct 12 13:56:01 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
* test/rexml/test_encoding.rb:
Add require 'require 'rexml/document'
Fri Oct 12 13:36:32 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.

View file

@ -3,6 +3,7 @@
require "rexml_test_utils"
require 'rexml/source'
require 'rexml/document'
class EncodingTester < Test::Unit::TestCase
include REXMLTestUtils

View file

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