From e044924ee508e87c07df1385f3dfddb739b7faaa Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 21 Apr 2018 06:21:41 +0000 Subject: rexml: Make more readable test/rexml/test_jaxen.rb: Use more meaningful name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_jaxen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/rexml/test_jaxen.rb b/test/rexml/test_jaxen.rb index cc210faa70..69c74d5572 100644 --- a/test/rexml/test_jaxen.rb +++ b/test/rexml/test_jaxen.rb @@ -123,9 +123,9 @@ module REXMLTests # processes a tests/document/context/test node ( where @exception is true ) def process_exceptional_test(context, variables, namespaces, test) - select = test.attributes["select"] + xpath = test.attributes["select"] assert_raise(REXML::ParseException) do - XPath.match(context, select, namespaces, variables) + XPath.match(context, xpath, namespaces, variables) end end -- cgit v1.2.3