mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
1992cec52d
commit
e044924ee5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue