From ef8d7e9b4dd3e699c6316fb140c17d16466d4c3f Mon Sep 17 00:00:00 2001 From: prplV Date: Thu, 5 Jun 2025 16:52:38 +0300 Subject: [PATCH] for unittests pass --- noxis-rs/tests/examples/none.json | 4 +++- noxis-rs/tests/examples/save-conf.json | 4 +++- noxis-rs/tests/examples/settings.json | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/noxis-rs/tests/examples/none.json b/noxis-rs/tests/examples/none.json index e6c4897..224fb83 100644 --- a/noxis-rs/tests/examples/none.json +++ b/noxis-rs/tests/examples/none.json @@ -1,5 +1,7 @@ { "dateOfCreation": "1", - "configServer": "", + "processes": [] +} +, "processes": [] } diff --git a/noxis-rs/tests/examples/save-conf.json b/noxis-rs/tests/examples/save-conf.json index e6c4897..224fb83 100644 --- a/noxis-rs/tests/examples/save-conf.json +++ b/noxis-rs/tests/examples/save-conf.json @@ -1,5 +1,7 @@ { "dateOfCreation": "1", - "configServer": "", + "processes": [] +} +, "processes": [] } diff --git a/noxis-rs/tests/examples/settings.json b/noxis-rs/tests/examples/settings.json index 8c80261..324275d 100644 --- a/noxis-rs/tests/examples/settings.json +++ b/noxis-rs/tests/examples/settings.json @@ -1,6 +1,5 @@ { "dateOfCreation": "1721381809103", - "configServer" : "localhost", "processes": [ { "name": "temp-process", @@ -12,7 +11,8 @@ "src": "/home/vladislav/web/runner-rs/examples/", "triggers": { "onDelete": "hold", - "onChange": "stop" + "onChange": "stop", + "doRestore" : true } } ],