[Perlunit-commits] src/Test-Unit/t/tlib AssertTest.pm
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ada...@us...> - 2002-05-23 15:15:24
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv23870/t/tlib Modified Files: AssertTest.pm Log Message: assert_(str|num)(_not)?_equals now fail with undef parameters, to avoid tests passing by accident. The user should either use assert_null/assert_not_null, or check for undef before the assertion. |