From 1845246d9acdcff1a4e36d5febdc79e7e8dffa1b Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Mon, 2 May 2022 09:22:57 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C33250 --- .../production/LOCAL/jobs/steps/IntegrationTestStep.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/-product/production/LOCAL/jobs/steps/IntegrationTestStep.java b/server/-product/production/LOCAL/jobs/steps/IntegrationTestStep.java index 9d1838cd..081d02d8 100644 --- a/server/-product/production/LOCAL/jobs/steps/IntegrationTestStep.java +++ b/server/-product/production/LOCAL/jobs/steps/IntegrationTestStep.java @@ -51,7 +51,7 @@ public class IntegrationTestStep extends JobStep { Path output = Paths.get("/mediacube/data", archivedMedia.getMedia().getHouseId(), archivedMedia.getMedia().getHouseId() + "-ARCH-" + archivedMedia.getMedia().getMediaFileRealName()); if (!Files.exists(output)) - throw new Exception("File not exists: " + output); + throw new Exception("File does not exist: " + output); logger.info("_01_test_retrieve_ondemand SUCCESS"); } @@ -64,7 +64,7 @@ public class IntegrationTestStep extends JobStep { Path output = Paths.get(input.getParent().toString(), outputName); Files.copy(input, output); if (!Files.exists(output)) - throw new Exception("File not exists: " + output); + throw new Exception("File does not exist: " + output); ArchiveItem archiveItem = new ArchiveItem(); archiveItem.setMediaFile(output.toString()); -- 2.54.0