From da89931dccab6770984b49c4a563d35f5ac170c3 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 21 Apr 2018 06:43:58 +0000 Subject: rexml: Fix XPath concat() implementation * lib/rexml/functions.rb (REXML::Functions.concat): Implement. * test/rexml/test_jaxen.rb: Enable one more test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_jaxen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rexml') diff --git a/test/rexml/test_jaxen.rb b/test/rexml/test_jaxen.rb index 671c185ea5..014db69fdf 100644 --- a/test/rexml/test_jaxen.rb +++ b/test/rexml/test_jaxen.rb @@ -30,7 +30,7 @@ module REXMLTests 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_simple ; process_test_case("simple") ; 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 -- cgit v1.2.3