mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix test
This commit is contained in:
parent
b8bacbcb2c
commit
4672333681
@ -1,14 +1,13 @@
|
|||||||
package cn.hutool.poi.word.test;
|
package cn.hutool.poi.word.test;
|
||||||
|
|
||||||
import java.awt.Font;
|
|
||||||
import java.io.File;
|
|
||||||
|
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import cn.hutool.core.io.FileUtil;
|
import cn.hutool.core.io.FileUtil;
|
||||||
import cn.hutool.core.lang.Console;
|
import cn.hutool.core.lang.Console;
|
||||||
import cn.hutool.poi.word.Word07Writer;
|
import cn.hutool.poi.word.Word07Writer;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import java.awt.Font;
|
||||||
|
import java.io.File;
|
||||||
|
|
||||||
public class WordWriterTest {
|
public class WordWriterTest {
|
||||||
|
|
||||||
@ -24,7 +23,7 @@ public class WordWriterTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @Ignore
|
@Ignore
|
||||||
public void writePicTest() {
|
public void writePicTest() {
|
||||||
Word07Writer writer = new Word07Writer();
|
Word07Writer writer = new Word07Writer();
|
||||||
writer.addPicture(new File("d:\\test\\qrcodeCustom.jpg"), 100, 200);
|
writer.addPicture(new File("d:\\test\\qrcodeCustom.jpg"), 100, 200);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user