Re: [Perlunit-devel] compile errors and Loader
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ad...@sp...> - 2001-11-16 15:35:55
|
Piers Cawley (pdc...@bo...) wrote: > Adam Spiers <ad...@sp...> writes: > > Test::Unit::Loader is doing all the work of compiling in suites and > > cases etc., and mostly works very nicely. However, the load() method > > has an oddity: ... > > What was the reasoning behind hiding those "Can't locate" errors? > > Not sure. > > Maybe the idea is to carry on and run what you can, but it seems like > it's not winning us anything. If you change it to die, do any tests > fail that would otherwise have passed. If no tests fail, write a test > to exercise the new behaviour, and commit the changes. Done. |