* 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:
nahi 2003-12-22 11:11:29 +00:00
Родитель 1c09bfad5c
Коммит d7ff8a6469
2 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -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