mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
1c09bfad5c
commit
d7ff8a6469
2 changed files with 4 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 22 20:09:31 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* test/soap/test_property.rb: remove duplicated test method.
|
||||
|
||||
Mon Dec 22 18:22:04 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove
|
||||
|
|
|
@ -74,13 +74,6 @@ __EOP__
|
|||
assert_equal("456", prop["foo.baz"])
|
||||
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_initialize
|
||||
prop = ::SOAP::Property.new
|
||||
# store is empty
|
||||
|
|
Loading…
Add table
Reference in a new issue