Whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e01fe6f68
commit
6bbdb9c8a5
@ -17,14 +17,13 @@
|
||||
|
||||
package org.apache.poi.hdgf;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import org.apache.poi.POIDataSamples;
|
||||
import org.apache.poi.hdgf.extractor.VisioTextExtractor;
|
||||
import org.apache.poi.hdgf.streams.PointerContainingStream;
|
||||
import org.apache.poi.hdgf.streams.TrailerStream;
|
||||
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
|
||||
import org.apache.poi.POIDataSamples;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public final class TestHDGFCore extends TestCase {
|
||||
private static POIDataSamples _dgTests = POIDataSamples.getDiagramInstance();
|
||||
@ -36,6 +35,7 @@ public final class TestHDGFCore extends TestCase {
|
||||
fs = new POIFSFileSystem(_dgTests.openResourceAsStream("Test_Visio-Some_Random_Text.vsd"));
|
||||
}
|
||||
|
||||
|
||||
public void testCreate() throws Exception {
|
||||
new HDGFDiagram(fs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user