summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-21 06:45:42 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-21 06:45:42 +0000
commitee29985ded258a3aac86042e36f005f9161e1370 (patch)
treebb5606a04d4127f51906d7f470c2710ec6ada841 /test
parentda89931dccab6770984b49c4a563d35f5ac170c3 (diff)
rexml: Enable more tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/rexml/test_jaxen.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rexml/test_jaxen.rb b/test/rexml/test_jaxen.rb
index 014db69fdf..1a1d36ba9a 100644
--- a/test/rexml/test_jaxen.rb
+++ b/test/rexml/test_jaxen.rb
@@ -29,13 +29,13 @@ module REXMLTests
def _test_nitf ; process_test_case("nitf") ; end
def _test_numbers ; process_test_case("numbers") ; end
def test_pi ; process_test_case("pi") ; end
- def _test_pi2 ; process_test_case("pi2") ; end
+ def test_pi2 ; process_test_case("pi2") ; end
def test_simple ; process_test_case("simple") ; end
def _test_testNamespaces ; process_test_case("testNamespaces") ; end
def _test_text ; process_test_case("text") ; end
- def _test_underscore ; process_test_case("underscore") ; end
+ def test_underscore ; process_test_case("underscore") ; end
def _test_web ; process_test_case("web") ; end
- def _test_web2 ; process_test_case("web2") ; end
+ def test_web2 ; process_test_case("web2") ; end
private
def process_test_case(name)