[Perlunit-commits] src/Test-Unit/lib/Test/Unit Debug.pm Assert.pm Decorator.pm Exception.pm HarnessU
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ada...@us...> - 2001-12-03 18:02:03
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv23506/lib/Test/Unit Modified Files: Assert.pm Decorator.pm Exception.pm HarnessUnit.pm Loader.pm Result.pm Setup.pm Test.pm TestCase.pm TestRunner.pm TestSuite.pm UnitHarness.pm Added Files: Debug.pm Log Message: All debugging now happens through a simple unified debugging class Test::Unit::Debug. This allows the user to turn debugging on/off dynamically, still on a per-package basis, but in a more convenient way. Also eliminates the problem with `make test' failing when DEBUG is "compiled in". |