tests: remove assert_nothing_raised (part 2)
commitf4af812a28b03508c96853739aea53f7a6714abf
authorEric Wong <normalperson@yhbt.net>
Tue, 13 Nov 2012 20:22:13 +0000 (13 20:22 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 13 Nov 2012 20:22:13 +0000 (13 20:22 +0000)
treecbfe8ae9ae2a6c228f0176f93ff811030aade122
parent4bd0dbdf2d27672dc941746e06b647ea26fe63ee
tests: remove assert_nothing_raised (part 2)

assert_nothing_raised ends up hiding errors and backtraces,
making things harder to debug.  Since Test::Unit already
fails on uncaught exceptions, there is no need to assert
on the lack of exceptions for a successful test run.

This is a followup to commit 5acf5522295c947d3118926d1a1077007f615de9
test/test_helper.rb
test/unit/test_configurator.rb
test/unit/test_http_parser.rb
test/unit/test_http_parser_ng.rb
test/unit/test_request.rb
test/unit/test_server.rb
test/unit/test_signals.rb
test/unit/test_socket_helper.rb
test/unit/test_stream_input.rb
test/unit/test_tee_input.rb
test/unit/test_upload.rb