From 5830ee5180ab6e86c3490abfee2f842c81799578 Mon Sep 17 00:00:00 2001 From: Elias Csomor Date: Fri, 9 Dec 2022 17:13:05 +0100 Subject: [PATCH] fixing execution and notification dates in test db --- .../ch/zhaw/gartenverwaltung/io/template-taskdb.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/resources/ch/zhaw/gartenverwaltung/io/template-taskdb.json b/src/test/resources/ch/zhaw/gartenverwaltung/io/template-taskdb.json index b10124d..53ea6c3 100644 --- a/src/test/resources/ch/zhaw/gartenverwaltung/io/template-taskdb.json +++ b/src/test/resources/ch/zhaw/gartenverwaltung/io/template-taskdb.json @@ -26,8 +26,8 @@ "name" : "fertilize plant", "description": "The fertilizer has to be mixed with water. Then fertilize the plants soil with the mixture", "startDate" : "2022-06-01", - "nextExecution": "2022-05-01", - "nextNotification": "2022-05-01", + "nextExecution": "2022-06-01", + "nextNotification": "2022-06-01", "endDate" : "2022-08-01", "interval" : 28, "cropId" : 0 @@ -37,8 +37,8 @@ "name" : "covering plant", "description": "Take a big enough coverage for the plants. Cover the whole plant with a bit space between the plant and the coverage", "startDate" : "2022-07-01", - "nextExecution": "2022-05-01", - "nextNotification": "2022-05-01", + "nextExecution": "2022-07-01", + "nextNotification": "2022-07-01", "endDate" : "2022-07-01", "interval" : 0, "cropId" : 0 @@ -59,8 +59,8 @@ "name" : "harvest plant", "description": "Pull the ripe vegetables out from the soil. Clean them with clear, fresh water. ", "startDate" : "2022-09-01", - "nextExecution": "2022-05-01", - "nextNotification": "2022-05-01", + "nextExecution": "2022-09-01", + "nextNotification": "2022-09-01", "endDate" : "2022-09-01", "interval" : 0, "cropId" : 0