Author: centic
Date: Thu Jan 26 19:59:05 2017
New Revision: 1780456
URL: http://svn.apache.org/viewvc?rev=1780456&view=rev
Log:
Finally enable test for bug 44937, we got the requested missing test-documents
a long time ago already.
Added:
poi/trunk/test-data/document/GaiaTest.doc
poi/trunk/test-data/document/GaiaTestImg.png
Modified:
poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFPictures.java
Modified:
poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFPictures.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFPictures.java?rev=1780456&r1=1780455&r2=1780456&view=diff
==============================================================================
---
poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFPictures.java
(original)
+++
poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFPictures.java
Thu Jan 26 19:59:05 2017
@@ -45,7 +45,8 @@ public final class TestHWPFPictures exte
private String imgDFile;
@Override
- protected void setUp() {
+ protected void setUp() throws Exception {
+ super.setUp();
docAFile = "testPictures.doc";
docBFile = "two_images.doc";
@@ -161,7 +162,7 @@ public final class TestHWPFPictures exte
* Pending the missing files being uploaded to
* bug #44937
*/
- public void BROKENtestEscherDrawing() {
+ public void testEscherDrawing() {
HWPFDocument docD =
HWPFTestDataSamples.openSampleFile(docDFile);
List<Picture> allPictures =
docD.getPicturesTable().getAllPictures();
Added: poi/trunk/test-data/document/GaiaTest.doc
URL:
http://svn.apache.org/viewvc/poi/trunk/test-data/document/GaiaTest.doc?rev=1780456&view=auto
==============================================================================
Binary files poi/trunk/test-data/document/GaiaTest.doc (added) and
poi/trunk/test-data/document/GaiaTest.doc Thu Jan 26 19:59:05 2017 differ
Added: poi/trunk/test-data/document/GaiaTestImg.png
URL:
http://svn.apache.org/viewvc/poi/trunk/test-data/document/GaiaTestImg.png?rev=1780456&view=auto
==============================================================================
Binary files poi/trunk/test-data/document/GaiaTestImg.png (added) and
poi/trunk/test-data/document/GaiaTestImg.png Thu Jan 26 19:59:05 2017 differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]