From f01fb4c0a1d31649b6be7d5d644cc4cc9d077cfe Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 7 Aug 2023 21:40:13 -0500 Subject: [PATCH] Bugfix: Use the settings-mocks for the f_type_array unit tests. This is a follow up to the Progress commit 0dda50d25ee1fd477b495451c8e8b55b428a85a3. After trying to figure out why the tests were failing, I finally discovered that the wrong file is being used. The settings-mocks needs to be used to pull in the mocked data. I felt this fix deserved its own distinct commit rather than being part of another Progress commit. --- level_0/f_type_array/data/build/testfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_0/f_type_array/data/build/testfile b/level_0/f_type_array/data/build/testfile index 31594b9..7ea7fdb 100644 --- a/level_0/f_type_array/data/build/testfile +++ b/level_0/f_type_array/data/build/testfile @@ -18,7 +18,7 @@ settings: #define CMOCKA_XML_FILE ./out.xml main: - build settings individual test + build settings-mocks individual test build settings-tests individual test operate build_path -- 1.8.3.1