From 80fd2fc519790ec747f5ab8ae0e7f6f64e394fb3 Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Sun, 14 Jan 2024 11:07:52 -0500 Subject: [PATCH] enhanced Test Feaure and turn off in all cpp --- oscar/dailySearchTab.cpp | 2 +- oscar/test_macros.h | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/oscar/dailySearchTab.cpp b/oscar/dailySearchTab.cpp index c1cf145f..c27600a7 100644 --- a/oscar/dailySearchTab.cpp +++ b/oscar/dailySearchTab.cpp @@ -9,7 +9,7 @@ // Issues no clear of results between runs or between passes. // automatically open event. in graph view for events TAB -#define TEST_MACROS_ENABLED +#define TEST_MACROS_ENABLEDoff #include #include diff --git a/oscar/test_macros.h b/oscar/test_macros.h index f79623fc..3cabb515 100644 --- a/oscar/test_macros.h +++ b/oscar/test_macros.h @@ -1,6 +1,6 @@ /* Test macros Implemntation * - * Copyright (c) 2019-2024 The OSCAR Team + * Copyright (c) 2019-2022 The OSCAR Team * Copyright (c) 2011-2018 Mark Watkins * * This file is subject to the terms and conditions of the GNU General Public @@ -47,7 +47,7 @@ To turn off the the test macros. #define DEBUGFW DEBUGW <