Skip to content

Commit afce14c

Browse files
committed
rm unnecessary logback xml file
1 parent f01079d commit afce14c

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

src/main/resources/logback.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/test/java/com/liumapp/workable/converter/strategies/WaterMarkConverterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void byFilePath() throws IOException, ConvertFailedException {
4747
pattern.setWaterMarkRequire(waterMarkRequire);
4848
pattern.setSrcFilePrefix(DefaultDocumentFormatRegistry.PDF);
4949
pattern.setDestFilePrefix(DefaultDocumentFormatRegistry.PDF);
50-
pattern.fileToFile("./data/test6.pdf", "./data/test6_with_mark01.pdf");
50+
pattern.fileToFile("./data/test5.pdf", "./data/test6_with_mark01.pdf");
5151

5252
boolean result = converter.convert(pattern.getParameter());
5353
assertEquals(true, result);
@@ -69,7 +69,7 @@ public void byStream() throws IOException, ConvertFailedException {
6969
pattern.setWaterMarkRequire(waterMarkRequire);
7070
pattern.setSrcFilePrefix(DefaultDocumentFormatRegistry.PDF);
7171
pattern.setDestFilePrefix(DefaultDocumentFormatRegistry.PDF);
72-
pattern.streamToStream(new FileInputStream("./data/test6.pdf"), new FileOutputStream("./data/test6_with_mark02.pdf"));
72+
pattern.streamToStream(new FileInputStream("./data/test5.pdf"), new FileOutputStream("./data/test6_with_mark02.pdf"));
7373

7474
boolean result = converter.convert(pattern.getParameter());
7575
assertEquals(true, result);

src/test/resources/logback.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)