update test data to 3.8

This commit is contained in:
proddy
2025-12-31 09:22:53 +01:00
parent 5d3694abd3
commit 55778ba0b5

View File

@@ -1333,8 +1333,8 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
// use same data as in restServer.ts // use same data as in restServer.ts
// log shows first if you can upgrade to dev, and then if you can upgrade to stable // log shows first if you can upgrade to dev, and then if you can upgrade to stable
// request.url("/rest/action"); // request.url("/rest/action");
// std::string LATEST_STABLE_VERSION = "3.7.2"; // std::string LATEST_STABLE_VERSION = "3.8.0";
// std::string LATEST_DEV_VERSION = "3.8.0-dev.3"; // std::string LATEST_DEV_VERSION = "3.8.1-dev.3";
// std::string param = LATEST_DEV_VERSION + "," + LATEST_STABLE_VERSION; // std::string param = LATEST_DEV_VERSION + "," + LATEST_STABLE_VERSION;
// std::string action = "{\"action\":\"checkUpgrade\", \"param\":\"" + param + "\"}"; // std::string action = "{\"action\":\"checkUpgrade\", \"param\":\"" + param + "\"}";
// deserializeJson(doc, action); // deserializeJson(doc, action);