X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_basis%2Ftest_string.cpp;h=a4263ba4073efb712020d87d850fafa1053161e3;hb=51d71c226be424b6a698c7474d237e8c69661af5;hp=f89318a9df4862ff6d541b0ebb128cbdb2729795;hpb=cdf68a53cff76449796a3aa0222e2d0afff97c7c;p=feisty_meow.git diff --git a/nucleus/library/tests_basis/test_string.cpp b/nucleus/library/tests_basis/test_string.cpp index f89318a9..a4263ba4 100644 --- a/nucleus/library/tests_basis/test_string.cpp +++ b/nucleus/library/tests_basis/test_string.cpp @@ -512,7 +512,7 @@ void test_string::run_test_12() void test_string::run_test_13() { -// FUNCDEF("run_test_13"); + FUNCDEF("run_test_13"); // check for possible memory leaks in these combined ops.... 13th. const astring churg("borjh sjh oiweoklj"); astring pud = churg; @@ -603,7 +603,7 @@ void test_string::run_test_16() void test_string::run_test_17() { -// FUNCDEF("run_test_17"); + FUNCDEF("run_test_17"); // 17th test checks construction of temporaries. /* this test set causes the obnoxious 16 bit codeguard error from hell, as does use of temporary objects in ostream << operators. argh! */ @@ -810,7 +810,7 @@ void test_string::run_test_25() void test_string::run_test_26() { -// FUNCDEF("run_test_26"); + FUNCDEF("run_test_26"); // 26th test group does simple time_stamp::notarize operations. these are more for // ensuring boundschecker gets to see some of this. astring t2 = time_stamp::notarize(false); @@ -819,7 +819,7 @@ void test_string::run_test_26() void test_string::run_test_27() { -// FUNCDEF("run_test_27"); + FUNCDEF("run_test_27"); // 27th test group plays around with idate in an attempt to get // boundschecker to complain. timely::day_in_year d1 = date_now(); @@ -859,7 +859,7 @@ void test_string::run_test_29() void standard_sprintf_test(const char *parm_string) { -// FUNCDEF("standard_sprintf_test"); + FUNCDEF("standard_sprintf_test"); astring print_into(' ', 20000); print_into[0] = '\0'; //check these!!!: @@ -993,7 +993,7 @@ void test_string::run_test_33() void test_string::run_test_34() { -// FUNCDEF("run_test_34"); + FUNCDEF("run_test_34"); //not in use right now. @@ -1070,7 +1070,7 @@ void test_string::run_test_37() void test_string::run_test_38() { -// FUNCDEF("run_test_38"); + FUNCDEF("run_test_38"); double to_print = 2.345; a_sprintf non_deadly("%.1f", to_print); /// LOG(astring("printed: ") + non_deadly);