From ee29985ded258a3aac86042e36f005f9161e1370 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 21 Apr 2018 06:45:42 +0000 Subject: rexml: Enable more tests git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_jaxen.rb | 6 +++--- 1 file 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) -- cgit v1.2.3