aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_preceding_sibling.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_preceding_sibling.rb')
-rw-r--r--test/rexml/test_preceding_sibling.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_preceding_sibling.rb b/test/rexml/test_preceding_sibling.rb
index 632e4dad85..d3cc0e092b 100644
--- a/test/rexml/test_preceding_sibling.rb
+++ b/test/rexml/test_preceding_sibling.rb
@@ -2,6 +2,7 @@
require 'test/unit'
require 'rexml/document'
+module REXML
# daz - for report by Dan Kohn in:
# http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/156328
class XPathTesterDd < Test::Unit::TestCase
@@ -36,3 +37,4 @@ class XPathTesterDd < Test::Unit::TestCase
assert_equal( "<b x='ab01A'><c y='abc01A'>Success</c></b>", arr.join )
end
end
+end