mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8180c1bd50
commit
e426b93e84
12 changed files with 116 additions and 129 deletions
|
|
@ -59,7 +59,7 @@ class TestSOAPElement < Test::Unit::TestCase
|
|||
assert_equal(child, obj.var_foo)
|
||||
child = d("_?a?b_")
|
||||
obj.add(child)
|
||||
assert_equal(child, obj.var__ab_)
|
||||
assert_equal(child, obj.__send__('_?a?b_'))
|
||||
end
|
||||
|
||||
def test_member
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue