mirror of https://github.com/apache/poi.git
corrected name of test file for Bugzilla 51710
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5c27cdeea
commit
4b473d3e04
|
@ -1291,7 +1291,7 @@ public final class TestXSSFBugs extends BaseTestBugzillaIssues {
|
|||
* Bugzilla 51710: problems reading shared formuals from .xlsx
|
||||
*/
|
||||
public void test51710() {
|
||||
Workbook wb = XSSFTestDataSamples.openSampleWorkbook("51790.xlsx");
|
||||
Workbook wb = XSSFTestDataSamples.openSampleWorkbook("51710.xlsx");
|
||||
|
||||
final String[] columns = {"A","B","C","D","E","F","G","H","I","J","K","L","M","N"};
|
||||
final int rowMax = 500; // bug triggers on row index 59
|
||||
|
|
Loading…
Reference in New Issue