From f40b0338a59e16e6a3ff0e09a5c12309f3993318 Mon Sep 17 00:00:00 2001 From: philippepons Date: Tue, 19 Mar 2024 10:38:40 +0100 Subject: [PATCH] =?UTF-8?q?reprend=20les=20messages=20de=20r=C3=A9ponse=20?= =?UTF-8?q?pour=20les=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/launcher.xq | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/launcher.xq b/tests/launcher.xq index 3ec73b7..5f2cd66 100644 --- a/tests/launcher.xq +++ b/tests/launcher.xq @@ -12,9 +12,12 @@ declare namespace tei = "http://www.tei-c.org/ns/1.0"; (: Deploiment Tests :) "> Starting deploiment tests in progress...", -deployTest:check-boolean-response(db:exists($G:dots)), +if (deployTest:check-boolean-response(db:exists($G:dots))) +then "* ❌ No Db DoTS" +else + "* ✅ DoTS Db created with success", + -"* ✅ DoTS Db created with success", deployTest:checkTotalResources(deployTest:getNumberResources()), "* ✅ Total resources successfully counted",