From 61c72ef3102ae6d4f777b8830b242cb4390bc89c Mon Sep 17 00:00:00 2001 From: Oliver Stolz Date: Wed, 10 Apr 2024 15:59:48 +0200 Subject: [PATCH] Edit test file to avoid naming conflicts - the changed file might have caused troubles when running it while the MFDL plugin is active --- tests/test_files/scheduling/task_synchronisation.pfdl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_files/scheduling/task_synchronisation.pfdl b/tests/test_files/scheduling/task_synchronisation.pfdl index 1ca7244..943a078 100644 --- a/tests/test_files/scheduling/task_synchronisation.pfdl +++ b/tests/test_files/scheduling/task_synchronisation.pfdl @@ -17,7 +17,7 @@ Struct CuttingResult sheet_parts: SheetPart[] End -Struct TransportOrderStep +Struct TransportOrderStep_Struct location: string End @@ -47,14 +47,14 @@ Task cuttingTask End Task transport - Transport + Transport_Service In - TransportOrderStep + TransportOrderStep_Struct { "location": "start" } - TransportOrderStep + TransportOrderStep_Struct { "location": "goal" } -End \ No newline at end of file +End