diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-21 15:08:56 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-21 15:08:56 +0000 |
| commit | 205b1c80afc70c4ea8b9f2568f3a6a8c887ec05f (patch) | |
| tree | 24f961910f47d6feb0cc10c226fd445624439b1c /test/soap | |
| parent | 298ff0cf4d0378eff4fe7f48ee088d6b389d49af (diff) | |
| download | ruby-205b1c80afc70c4ea8b9f2568f3a6a8c887ec05f.tar.gz ruby-205b1c80afc70c4ea8b9f2568f3a6a8c887ec05f.tar.xz ruby-205b1c80afc70c4ea8b9f2568f3a6a8c887ec05f.zip | |
* lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/soap')
| -rw-r--r-- | test/soap/test_soapelement.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/test_soapelement.rb b/test/soap/test_soapelement.rb index 99c1f29b9..6cf91f93d 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 |
