From a86253375b64ace0d7cf72d46c20dd34a10c5f93 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 Aug 2001 12:24:29 +0000 Subject: [PATCH] added another small test for wxTimeSpan::Format git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/console/console.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/console/console.cpp b/samples/console/console.cpp index 67a1b7f2b2..2408494226 100644 --- a/samples/console/console.cpp +++ b/samples/console/console.cpp @@ -44,7 +44,7 @@ //#define TEST_ARRAYS //#define TEST_CHARSET //#define TEST_CMDLINE -//#define TEST_DATETIME +#define TEST_DATETIME //#define TEST_DIR //#define TEST_DLLLOADER //#define TEST_ENVIRON @@ -62,7 +62,7 @@ //#define TEST_MIME //#define TEST_PATHLIST //#define TEST_REGCONF -#define TEST_REGEX +//#define TEST_REGEX //#define TEST_REGISTRY //#define TEST_SNGLINST //#define TEST_SOCKETS @@ -4039,6 +4039,7 @@ static void TestTimeSpanFormat() _T("(with ms) %H:%M:%S:%l"), _T("100%% of minutes is %M"), // test "%%" _T("%D days and %H hours"), + _T("or also %S seconds"), }; wxTimeSpan ts1(1, 2, 3, 4), -- 2.45.2