Project

General

Profile

« Previous | Next » 

Revision f8fb51c9

Added by nobu (Nobuyoshi Nakada) about 6 years ago

Revert "alias assert_raise_message for compatibility with test-unit"

This reverts commit 43015275b9a7f2833c93ad11ea96ae4cb3b7acd7.

assert_raise_message in test-unit is different from
assert_raise_with_message. It checks the exception message
only, but not the exception class,