Hi, I think it is because you are closing the Workbook that was passed in and thus make it invalid to be used anywhere else afterwards, however the test continues to use this instance of Workbook for other things in the test, i.e. the close() closes a resource that is still used afterwards.
Dominik. On Mon, Nov 10, 2014 at 12:54 AM, Andreas Beeker <[email protected]> wrote: > Hi, > > my local build recently started to break and I could track it down to a small > (uncommited) change in XSSFTestDataSamples: > http://pastebin.com/UCb7FrWN > > Why is closing the workbook-source breaking tests like TestStylesTable? > > Andi. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
