lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 6740f028: Automate GUI test more smoothly


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6740f028: Automate GUI test more smoothly
Date: Mon, 3 Jan 2022 20:27:49 -0500 (EST)

branch: master
commit 6740f0285a3f251b6121abfd4869487b04e7a69e
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Automate GUI test more smoothly
    
    A merely informative popup dialog is not wanted for headless tests.
---
 main_wx_test.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main_wx_test.cpp b/main_wx_test.cpp
index 241b04e6..f11cb420 100644
--- a/main_wx_test.cpp
+++ b/main_wx_test.cpp
@@ -417,11 +417,11 @@ bool application_test::process_command_line(int& argc, 
char* argv[])
 
     if(!fs::exists(test_files_path_))
         {
-        warning()
+        std::cout
             << "Test files path '"
             << test_files_path_
-            << "' doesn't exist."
-            << std::flush
+            << "' doesn't exist--using current path instead."
+            << std::endl
             ;
         test_files_path_ = fs::current_path();
         }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]