From 83c845a26a0c6733cc0728b9146884eb09ec0600 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sun, 8 Feb 2026 09:03:48 -0500 Subject: [PATCH] doc mod --- .../library/tests_application/aa-readme.txt | 21 +++++++++++++++++++ .../tests_filesystem/test_dirtree_fcopy.cpp | 12 +++-------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/nucleus/library/tests_application/aa-readme.txt b/nucleus/library/tests_application/aa-readme.txt index 56a4b2ff..061559f3 100644 --- a/nucleus/library/tests_application/aa-readme.txt +++ b/nucleus/library/tests_application/aa-readme.txt @@ -6,3 +6,24 @@ the newer feisty library configuration. eventually we may want to move the tests into specifically named folders for what they're testing. + + +======================================== += potential testings for application lib +======================================== + +application_shell.h +base_application.h +build_configuration.h +callstack_tracker.h +DONE: command_line.h +hoople_main.h +hoople_service.h +launch_manager.h +memory_checker.h +redirecter.h +registry_config.h +shared_memory.h +singleton_application.h +window_classist.h +windoze_helper.h diff --git a/nucleus/library/tests_filesystem/test_dirtree_fcopy.cpp b/nucleus/library/tests_filesystem/test_dirtree_fcopy.cpp index 07c2f3db..4e0ada25 100644 --- a/nucleus/library/tests_filesystem/test_dirtree_fcopy.cpp +++ b/nucleus/library/tests_filesystem/test_dirtree_fcopy.cpp @@ -32,12 +32,8 @@ using namespace application; using namespace basis; -//using namespace configuration; -//using namespace filesystem; using namespace loggers; using namespace filesystem; -//using namespace textual; -//using namespace timely; using namespace unit_test; #define LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) @@ -53,12 +49,10 @@ public: int test_fcopy::execute() { FUNCDEF("execute"); +//old: if (application::_global_argc < 3) +//old: non_continuable_error(class_name(), "command line", "this program needs two " +//old: "parameters:\na directory for the source and one for the target."); -/* - if (application::_global_argc < 3) - non_continuable_error(class_name(), "command line", "this program needs two " - "parameters:\na directory for the source and one for the target."); -*/ astring source_dir; astring target_dir; if (application::_global_argc < 3) { -- 2.34.1