git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Mon, 2 May 2022 09:24:41 +0000 (09:24 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Mon, 2 May 2022 09:24:41 +0000 (09:24 +0000)
server/-product/production/MEDIAVIVANTIS/jobs/steps/IntegrationTestStep.java

index 910b7ed8e3724fdfd28eab3553b693f6e23d792d..f8d72826737a546a1dd3567e173255c34ad9ecf2 100644 (file)
@@ -51,7 +51,7 @@ public class IntegrationTestStep extends JobStep {
                Path output = Paths.get("/mediacube/data", archivedMedia.getMedia().getHouseId(),\r
                                archivedMedia.getMedia().getHouseId() + "-ARCH-" + archivedMedia.getMedia().getMediaFileRealName());\r
                if (!File.exists(output))\r
-                       throw new Exception("File not exists: " + output);\r
+                       throw new Exception("File does not exist: " + output);\r
 \r
                logger.info("_01_test_retrieve_ondemand SUCCESS");\r
        }\r
@@ -64,7 +64,7 @@ public class IntegrationTestStep extends JobStep {
                Path output = Paths.get(input.getParent().toString(), outputName);\r
                Files.copy(input, output);\r
                if (!Files.exists(output))\r
-                       throw new Exception("File not exists: " + output);\r
+                       throw new Exception("File does not exist: " + output);\r
 \r
                ArchiveItem archiveItem = new ArchiveItem();\r
                archiveItem.setMediaFile(output.toString());\r