changeset 786:c51f056f3557

Fix a test.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Dec 2023 08:04:04 +0200
parents bca32201868e
children 482b0acef25a
files tests.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests.c	Wed Dec 20 07:57:25 2023 +0200
+++ b/tests.c	Wed Dec 20 08:04:04 2023 +0200
@@ -465,8 +465,10 @@
     test_config_values(cfg);
 
     // Additional tests
+    test_start(&ctx, "Additional config tests");
     item = th_cfg_item_find(cfg, NULL, "string_list", -1);
     test_result(&ctx, item != NULL);
+    test_end(&ctx);
     if (item != NULL)
     {
         static const char *nostr = "not to be found";