Re: Interoperability tests

2003-01-15 Thread Andrew C. Oliver
It shouldn't. If it does, remove that line of code and submit a patch. The gazillion test files lying about was a concious decision.. The nightly builds just clean up once a week or so... -Andy Brian Sanders wrote: The specific test mentioned (TestHSSFCell.testActiveCell) does delete its out

RE: Interoperability tests

2003-01-15 Thread Brian Sanders
The specific test mentioned (TestHSSFCell.testActiveCell) does delete its output after it's done, contrary to the rest of the codebase. So, you won't find its output in the temp directory. - Brian Sanders Java Developer

Re: Interoperability tests

2003-01-15 Thread Andrew C. Oliver
There are no tests which try to actually load the file into excel. Rationale: 1. The nightly build runs on a headless linux box. 2. That would require the use of OLE Automation to load excel 3. That would be ungodly slow 4. When Excel dies, it usually just crashes. I suppose hanging the testc

Re: Interoperability tests

2003-01-15 Thread Danny Mui
For windows 2000-> xp, they're at: c:\Documents and Settings\{user id}\Local Settings\temp Chris Haddad wrote: I'm currently looking at the source for the POI test cases (which run successfully on my copy of the nightly build), and would like to know where output XLS files are stored to test in