From: Eric B. R. <eb...@tc...> - 2003-04-03 19:59:15
|
On Thursday, April 3, 2003, at 02:46 PM, kea...@na... =20= wrote: > > I can't figure out how to > > make a JUnit test for this.=A0 I've spent about 30 minutes on it, = and > > can't just see how to JUnit it.=A0 Any ideas? > > It looks like we could add this test to the TestMultipleInstances = test: > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/webmacro/webmacro/test/=20= > unit/org/webmacro/TestMultipleInstances.java?rev=3D1.5&content-=20 > type=3Dtext/vnd.viewcvs-markup that's basically what I did, but problem is, the junit stuff eats =20 stderr/stdout. I also experimented with a custom LogTarget (MemoryLogCollector), but =20= that didn't work out for a whole slew of other reasons. eric= |