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 | e6b62964d5ce1508d867bec513cc76a0e4bd026b (patch) | |
| tree | ec583bf4781cefd0a19735386b456046b8993d70 /test | |
| parent | d2faf61018b834efdcba69db8cd6703661247513 (diff) | |
| download | ruby-e6b62964d5ce1508d867bec513cc76a0e4bd026b.tar.gz ruby-e6b62964d5ce1508d867bec513cc76a0e4bd026b.tar.xz ruby-e6b62964d5ce1508d867bec513cc76a0e4bd026b.zip | |
* lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
| -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 |
