From d11afa734d9d9d4a73778d658b3bea584bf6d6d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Fri, 20 Oct 2017 12:53:52 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30659 --- client/IntegrationTests/JobEngineIT.cs | 2 +- server/-configuration/log4j2.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/IntegrationTests/JobEngineIT.cs b/client/IntegrationTests/JobEngineIT.cs index 14e07d8c..ea82c8da 100644 --- a/client/IntegrationTests/JobEngineIT.cs +++ b/client/IntegrationTests/JobEngineIT.cs @@ -32,7 +32,7 @@ namespace IntegrationTests { [TestMethod] public void TestCreateMasterId() { - MediaCubeApi client = new MediaCubeApi("http://localhost:8080/services/rest/jobengine/", null, null, 100); + MediaCubeApi client = new MediaCubeApi("http://10.10.1.28/services/rest/jobengine/", null, null, 100); MasterId masterId = client.Create(new MasterId()) as MasterId; Assert.IsTrue(masterId.id > 0); } diff --git a/server/-configuration/log4j2.xml b/server/-configuration/log4j2.xml index 49bce29b..7f750032 100644 --- a/server/-configuration/log4j2.xml +++ b/server/-configuration/log4j2.xml @@ -47,7 +47,7 @@ - + -- 2.54.0