summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-22 11:11:29 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-22 11:11:29 +0000
commitd7ff8a6469709ddd3b226d9f417d32e393a81e19 (patch)
tree9c772e6591b7d847c651ba00cb9616889b7bfd24 /test
parent1c09bfad5c6dc798c53732095374ab27b7b0f59c (diff)
* test/soap/test_property.rb: remove duplicated test method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/soap/test_property.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/soap/test_property.rb b/test/soap/test_property.rb
index f883d0c2d5..82363a83db 100644
--- a/test/soap/test_property.rb
+++ b/test/soap/test_property.rb
@@ -81,13 +81,6 @@ __EOP__
# does hook work?
assert_equal(1, prop["a"] = 1)
end
- def test_initialize
- prop = ::SOAP::Property.new
- # store is empty
- assert_nil(prop["a"])
- # does hook work?
- assert_equal(1, prop["a"] = 1)
- end
def test_aref
# name_to_a