From 1b8fb26b5a5b7a0cd82b627606ffc2f4cf148e45 Mon Sep 17 00:00:00 2001 From: Joram Barrez Date: Thu, 24 Oct 2024 11:10:18 +0200 Subject: [PATCH] Fix failing unit tests --- .../api/history/HistoricPlanItemInstanceResourcesTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/flowable-cmmn-rest/src/test/java/org/flowable/cmmn/rest/service/api/history/HistoricPlanItemInstanceResourcesTest.java b/modules/flowable-cmmn-rest/src/test/java/org/flowable/cmmn/rest/service/api/history/HistoricPlanItemInstanceResourcesTest.java index a835c02985d..0f046fe9f93 100644 --- a/modules/flowable-cmmn-rest/src/test/java/org/flowable/cmmn/rest/service/api/history/HistoricPlanItemInstanceResourcesTest.java +++ b/modules/flowable-cmmn-rest/src/test/java/org/flowable/cmmn/rest/service/api/history/HistoricPlanItemInstanceResourcesTest.java @@ -162,6 +162,8 @@ public void testHistoricPlanItemInstanceResource() { + " endedTime: null," + " lastUpdatedTime: '${json-unit.any-string}'," + " startUserId: null," + + " assignee: null," + + " completedBy: null," + " referenceId: null," + " referenceType: null," + " entryCriterionId: null," @@ -213,6 +215,8 @@ public void testHistoricPlanItemInstanceResource() { + " endedTime: null," + " lastUpdatedTime: '${json-unit.any-string}'," + " startUserId: null," + + " assignee: null," + + " completedBy: null," + " referenceId: null," + " referenceType: null," + " entryCriterionId: null," @@ -264,6 +268,8 @@ public void testHistoricPlanItemInstanceResource() { + " endedTime: null," + " lastUpdatedTime: '${json-unit.any-string}'," + " startUserId: null," + + " assignee: null," + + " completedBy: null," + " referenceId: '${json-unit.any-string}'," + " referenceType: 'cmmn-1.1-to-cmmn-1.1-child-human-task'," + " entryCriterionId: null,"