doc mod
authorFred T. Hamster <fred@feistymeow.org>
Sun, 8 Feb 2026 14:03:48 +0000 (09:03 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Sun, 8 Feb 2026 14:03:48 +0000 (09:03 -0500)
nucleus/library/tests_application/aa-readme.txt
nucleus/library/tests_filesystem/test_dirtree_fcopy.cpp

index 56a4b2ff7e9e883e00948233b5893c55f7478ee8..061559f38e79c0c2b3b75e3427a78e1426774ea3 100644 (file)
@@ -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
index 07c2f3db46ecf58da7f7c866025f826f1d375854..4e0ada2524ae085440627a72ac05a19cad67e30f 100644 (file)
 
 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) {