RED-8701 - Move files to customer data repositories
- update unit tests with the new path to submodules for customer files - remove customer files from project
This commit is contained in:
parent
bf7d374b0a
commit
90470b41a0
@ -24,7 +24,7 @@ class WatermarkRemovalServiceTest {
|
||||
|
||||
WatermarkRemovalService watermarkRemovalService = new WatermarkRemovalService();
|
||||
|
||||
String filename = "files/1.A16148F - Toxicidade oral aguda (1).pdf";
|
||||
String filename = "files/syngenta/CustomerFiles/1.A16148F - Toxicidade oral aguda (1).pdf";
|
||||
|
||||
String tmpFilename = createTmpFileName(filename, "WATERMARK_REMOVAL");
|
||||
try (var in = this.getClass().getClassLoader().getResourceAsStream(filename); var out = new FileOutputStream(tmpFilename)) {
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit fd99b2ed29dcb11d8beb16bdedc7a393f73d1ae0
|
||||
Subproject commit 9dc6c2337dea32e63aef53271dba0692537c6605
|
||||
@ -1 +1 @@
|
||||
Subproject commit d76c2fe273c27e3beea0b94e56f8821b1f715985
|
||||
Subproject commit 1541e57e45c74a963e5b453db38a253ec33524be
|
||||
Loading…
x
Reference in New Issue
Block a user