Apparently, the TestHSSFSheetStyle class has failed with a log4j error. Quoting Simon Langford <[EMAIL PROTECTED]>:
> hi, > > when i run the tests against my new code i get a failure, but no > information > on what's failed, how can i tell, the trace is quoted below: > > .... > [junit2] Running org.apache.poi.hssf.record.TestSSTRecord > [junit2] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.364 sec > [junit2] Running org.apache.poi.hssf.record.TestUnitsRecord > [junit2] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.53 sec > [junit2] Running org.apache.poi.hssf.record.TestValueRangeRecord > [junit2] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.431 sec > [junit2] Running org.apache.poi.hssf.usermodel.TestCellStyle > [junit2] log4j:ERROR No appenders could be found for category > (org.apache.poi.hssf.model.Workbook). > [junit2] log4j:ERROR Please initialize the log4j system properly. > [junit2] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.884 sec > [junit2] Running org.apache.poi.hssf.usermodel.TestHSSFDateUtil > [junit2] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.441 sec > [junit2] Running org.apache.poi.hssf.usermodel.TestHSSFRow > [junit2] log4j:ERROR No appenders could be found for category > (org.apache.poi.hssf.model.Workbook). > [junit2] log4j:ERROR Please initialize the log4j system properly. > [junit2] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.741 sec > [junit2] Running org.apache.poi.hssf.usermodel.TestHSSFSheet > [junit2] log4j:ERROR No appenders could be found for category > (org.apache.poi.hssf.model.Workbook). > [junit2] log4j:ERROR Please initialize the log4j system properly. > [junit2] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.691 sec > [junit2] Running org.apache.poi.hssf.usermodel.TestHSSFSheetStyle > [junit2] log4j:ERROR No appenders could be found for category > (org.apache.poi.hssf.model.Workbook). > [junit2] log4j:ERROR Please initialize the log4j system properly. > [junit2] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.691 sec > > BUILD FAILED > C:\Documents and > Settings\Administrator\Desktop\jakarta-poi\tools\cents\junit.cent\xbuild.xml > :48: Test org.apache.poi.hssf.usermodel.TestHSSFSheetStyle failed > > > ******************************************************************************** ****************** > The views expressed in this E-mail are those of the author and not > necessarily those of Knowledge Management Software. > If you are not the intended recipient or the person responsible for > delivering to the intended recipient, please be advised that you have > received this E-mail in error and that any use is strictly prohibited. > > If you have received this E-mail in error, please notify us by forwarding > this E-mail to the following address: > > [EMAIL PROTECTED] > ******************************************************************************** ****************** > >
