Howard Lewis Ship <hlship <at> gmail.com> writes: > On 1/7/07, Howard Lewis Ship <hlship <at> gmail.com> wrote: > > > > This happens from the command line, but not from inside Eclipse: > > > > Tests run: 619, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 25.449sec <<< FAILURE!
Try "mvn clean". It may be an old PageTesterContext.class is hanging around. The tests that fail are making sure PageTesterContext.getResource() returns null if the file doesn't exist or is not a directory (but the code is not returning null for some reason). -- Kent Tong Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
