Skip to content

Commit

Permalink
fix broken xssf test
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923883 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Feb 17, 2025
1 parent 9e64e02 commit ed47184
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1766,11 +1766,9 @@ private void saveAndReloadReport(Workbook wb, File outFile) throws IOException {
}
}

@Disabled
@ParameterizedTest
@CsvSource({
/* Not 0.0 because POI sees date "0" minus one month as invalid date, which is -1! */
"56688_1.xlsx, -1.0",
"56688_1.xlsx, 0.0",
"56688_2.xlsx, #VALUE!",
"56688_3.xlsx, #VALUE!",
"56688_4.xlsx, date"
Expand Down

0 comments on commit ed47184

Please sign in to comment.