mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
merge revision(s) 33343:
* test/rexml/test_sax.rb: add require rexml/document. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
31cf6801e8
commit
a48e727f85
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Jan 03 19:13:05 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||||
|
|
||||||
|
* test/rexml/test_sax.rb: add require 'rexml/document'.
|
||||||
|
[Backport #5834] [ruby-dev:45079]
|
||||||
|
|
||||||
Tue Jan 3 19:05:42 2012 Naohisa Goto <ngotogenome@gmail.com>
|
Tue Jan 3 19:05:42 2012 Naohisa Goto <ngotogenome@gmail.com>
|
||||||
|
|
||||||
* include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code
|
* include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
require "rexml_test_utils"
|
require "rexml_test_utils"
|
||||||
require 'rexml/sax2listener'
|
require 'rexml/sax2listener'
|
||||||
require 'rexml/parsers/sax2parser'
|
require 'rexml/parsers/sax2parser'
|
||||||
|
require 'rexml/document'
|
||||||
|
|
||||||
class SAX2Tester < Test::Unit::TestCase
|
class SAX2Tester < Test::Unit::TestCase
|
||||||
include REXMLTestUtils
|
include REXMLTestUtils
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#define RUBY_VERSION "1.9.3"
|
#define RUBY_VERSION "1.9.3"
|
||||||
#define RUBY_PATCHLEVEL 17
|
#define RUBY_PATCHLEVEL 18
|
||||||
|
|
||||||
#define RUBY_RELEASE_DATE "2012-01-03"
|
#define RUBY_RELEASE_DATE "2012-01-03"
|
||||||
#define RUBY_RELEASE_YEAR 2012
|
#define RUBY_RELEASE_YEAR 2012
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue