aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/ws/soap_marshaling_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/test/ws/soap_marshaling_test.rb')
-rw-r--r--actionwebservice/test/ws/soap_marshaling_test.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionwebservice/test/ws/soap_marshaling_test.rb b/actionwebservice/test/ws/soap_marshaling_test.rb
index 7c7413190e..f350ad1124 100644
--- a/actionwebservice/test/ws/soap_marshaling_test.rb
+++ b/actionwebservice/test/ws/soap_marshaling_test.rb
@@ -30,6 +30,12 @@ class SoapMarshalingTest < Test::Unit::TestCase
marshaler.unmarshal(nil)
end
assert_equal(nil, marshaler.register_type(nil))
+ assert_raises(NotImplementedError) do
+ marshaler.cast_inbound_recursive(nil, nil)
+ end
+ assert_raises(NotImplementedError) do
+ marshaler.cast_outbound_recursive(nil, nil)
+ end
end
def test_marshaling