summaryrefslogtreecommitdiffstats
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
commitf9546ec9dcf624e6653954da7e1e79dda90da9a9 (patch)
tree9c772e6591b7d847c651ba00cb9616889b7bfd24
parent687dfb2ac2c9768b2cb05ad8a0653aebb31eb23a (diff)
downloadruby-f9546ec9dcf624e6653954da7e1e79dda90da9a9.tar.gz
ruby-f9546ec9dcf624e6653954da7e1e79dda90da9a9.tar.xz
ruby-f9546ec9dcf624e6653954da7e1e79dda90da9a9.zip
* test/soap/test_property.rb: remove duplicated test method.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--test/soap/test_property.rb7
2 files changed, 4 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index cc12e2181..53c44424b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/test/soap/test_property.rb b/test/soap/test_property.rb
index f883d0c2d..82363a83d 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