fixed a compile error in TestMapInfo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a3095d0b6
commit
13898bc29c
@ -56,7 +56,7 @@ public class TestMapInfo extends TestCase {
|
|||||||
assertEquals(1, schemas.length);
|
assertEquals(1, schemas.length);
|
||||||
|
|
||||||
|
|
||||||
for (XSSFMap map : mapInfo) {
|
for (XSSFMap map : mapInfo.getAllXSSFMaps()) {
|
||||||
Node xmlSchema = map.getSchema();
|
Node xmlSchema = map.getSchema();
|
||||||
assertNotNull(xmlSchema);
|
assertNotNull(xmlSchema);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user