Start on a testcase for TIKA-705 (more work needed though)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1170648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b12828a65e
commit
f716fe1822
@ -337,7 +337,6 @@ public class XMLSlideShow extends POIXMLDocument {
|
||||
}
|
||||
return imageNumber - 1;
|
||||
}
|
||||
|
||||
public XSLFTableStyles getTableStyles(){
|
||||
return _tableStyles;
|
||||
}
|
||||
|
@ -55,4 +55,12 @@ public class TestXSLFBugs extends TestCase {
|
||||
assertEquals("/ppt/slides/slide1.xml", slidePart.getRelationship("rId3").getTargetURI().toString());
|
||||
assertEquals("/ppt/media/image1.png", slidePart.getRelationship("rId4").getTargetURI().toString());
|
||||
}
|
||||
|
||||
/**
|
||||
* Slide relations with anchors in them
|
||||
*/
|
||||
public void testTIKA705() {
|
||||
XMLSlideShow ss = XSLFTestDataSamples.openSampleDocument("with_japanese.pptx");
|
||||
// TODO Check the details including the links
|
||||
}
|
||||
}
|
||||
|
BIN
test-data/slideshow/with_japanese.pptx
Normal file
BIN
test-data/slideshow/with_japanese.pptx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user