Opened 5 years ago

Closed 5 years ago

#2186 closed defect (fixed)

Warning message when testing Excel functionality

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.16
Component: test Version:
Keywords: Cc:

Description

When running the TestExcelFunctions test program there is a warning message found in the output:

Cleaning up unclosed ZipFile for archive 
D:\Eclipse\Workspace\trunk\build\test\data\test.xlsx

The tests are not affected.

Change History (1)

comment:1 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 7728:

Fixes #2186: Warning message when testing Excel functionality

Turned out to be the test were an existing Excel file is opened, modified and then saved to a different Excel file that didn't close the original file.

Note: See TracTickets for help on using tickets.