[Perlunit-commits] src/Test-Unit/lib/Test/Unit Assert.pm
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ada...@us...> - 2002-01-29 16:36:20
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv24007/lib/Test/Unit Modified Files: Assert.pm Log Message: - new assert_deep_equals for comparing deep structures, mostly ripped out of Test::More - some tests weren't getting run because of identical hash keys when I should have been using arrays (doh!) |