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
9d4032c180
commit
8ba7b2c6fb
@ -1291,7 +1291,7 @@ public final class TestXSSFBugs extends BaseTestBugzillaIssues {
|
|||||||
* Bugzilla 51710: problems reading shared formuals from .xlsx
|
* Bugzilla 51710: problems reading shared formuals from .xlsx
|
||||||
*/
|
*/
|
||||||
public void test51710() {
|
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 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
|
final int rowMax = 500; // bug triggers on row index 59
|
||||||
|
Loading…
Reference in New Issue
Block a user