[Perlunit-commits] src/Test-Unit/lib/Test/Unit Assert.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/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv23870/lib/Test/Unit Modified Files: Assert.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. |