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
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)
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) {