From d7ff8a6469709ddd3b226d9f417d32e393a81e19 Mon Sep 17 00:00:00 2001 From: nahi Date: Mon, 22 Dec 2003 11:11:29 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ test/soap/test_property.rb | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc12e21813..53c44424bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 22 20:09:31 2003 NAKAMURA, Hiroshi + + * test/soap/test_property.rb: remove duplicated test method. + Mon Dec 22 18:22:04 2003 NAKAMURA Usaku * bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove 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 @@ -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