mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
35906116ed
commit
090bcd474e
@ -56,7 +56,7 @@ public class TestMapInfo extends TestCase {
|
||||
assertEquals(1, schemas.length);
|
||||
|
||||
|
||||
for (XSSFMap map : mapInfo) {
|
||||
for (XSSFMap map : mapInfo.getAllXSSFMaps()) {
|
||||
Node xmlSchema = map.getSchema();
|
||||
assertNotNull(xmlSchema);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user