From c02b726745c25e2afb81c42498e0c86caa2a4b74 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 24 Feb 2025 14:19:23 +0000 Subject: [PATCH] Attempting to add 3rd test for scheme retrieval --- autobigs-cli.xml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/autobigs-cli.xml b/autobigs-cli.xml index 00060bf..65546de 100644 --- a/autobigs-cli.xml +++ b/autobigs-cli.xml @@ -12,13 +12,13 @@ @@ -30,7 +30,7 @@ - + @@ -57,10 +57,10 @@ mode['operation'] == "st" - mode['operation'] == "info" and select_info['retrieved'] == 'databases' + mode['operation'] == "info" and mode['select_info']['retrieved'] == 'databases' - mode['operation'] == "info" and select_info['retrieved'] == 'schemes' + mode['operation'] == "info" and mode['select_info']['retrieved'] == 'schemes' @@ -81,6 +81,18 @@ + + + + + + + + + + + +