summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-21 15:08:56 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-21 15:08:56 +0000
commite426b93e84e74ca8e7dbbd12eb86ab1e54681d04 (patch)
tree24f961910f47d6feb0cc10c226fd445624439b1c /test
parent8180c1bd50d84563900bfe81dfa45d0ea4c1fa0f (diff)
* 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
Diffstat (limited to 'test')
-rw-r--r--test/soap/test_soapelement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/test_soapelement.rb b/test/soap/test_soapelement.rb
index 99c1f29b98..6cf91f93d6 100644
--- a/test/soap/test_soapelement.rb
+++ b/test/soap/test_soapelement.rb
@@ -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