From ca6b33a4aca75fc994e09f5002a077ebdc537bbf Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Wed, 16 Aug 2023 15:46:13 +0200 Subject: [PATCH] ADD: adden changes --- libs/KubeControl | 2 +- libs/SimCore | 2 +- tests/test_MoveOrder.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/KubeControl b/libs/KubeControl index f1e8b3a..89465f0 160000 --- a/libs/KubeControl +++ b/libs/KubeControl @@ -1 +1 @@ -Subproject commit f1e8b3a0774526ab57f4b0f54070ed328b0bc713 +Subproject commit 89465f06a5fa421fc4c424426704fc65680c4afa diff --git a/libs/SimCore b/libs/SimCore index b546628..a390f73 160000 --- a/libs/SimCore +++ b/libs/SimCore @@ -1 +1 @@ -Subproject commit b546628663b439e40e9d68e00760709433cb9744 +Subproject commit a390f733342885ec18b913f84db9fa7ffba853c4 diff --git a/tests/test_MoveOrder.cpp b/tests/test_MoveOrder.cpp index 1cfaf31..cfb0ac2 100644 --- a/tests/test_MoveOrder.cpp +++ b/tests/test_MoveOrder.cpp @@ -17,7 +17,7 @@ SCENARIO("Testing the SimCore Sensor") { GIVEN("different Attributes for a Track in different forms") { - auto OrderID = SimCore::Identifier(0,1); + auto OwnID = SimCore::Identifier(); auto IDMaker = SimCore::IdentifierMaker(); auto ID1 = IDMaker.getNewIdentifier(0, SimCore::ObjectSource::INTERNAL); auto ID2 = IDMaker.getNewIdentifier(1, SimCore::ObjectSource::INTERNAL);