aboutsummaryrefslogtreecommitdiffstats
path: root/test/soap
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-18 08:11:12 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-18 08:11:12 +0000
commit5141d3ea7986da8d0dcf51e6b34c99308210bf14 (patch)
tree32145b9377906de9c0fbee260abb9829215cff09 /test/soap
parentfc20fdcbc8c76961151a26c6fdba97821826dc40 (diff)
downloadruby-5141d3ea7986da8d0dcf51e6b34c99308210bf14.tar.gz
* hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/soap')
-rw-r--r--test/soap/test_property.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/test_property.rb b/test/soap/test_property.rb
index 1cc826695f..5cd25a30f7 100644
--- a/test/soap/test_property.rb
+++ b/test/soap/test_property.rb
@@ -130,7 +130,7 @@ __EOP__
tag = Object.new
tested = false
@prop.add_hook("foo.bar") do |key, value|
- assert_raise(TypeError) do
+ assert_raise(RuntimeError) do
key << "baz"
end
tested = true