From 2d902f2fa14223ed91430730812ab50c9d75ec85 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 2 Mar 2014 10:01:13 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@6976 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/StringMethods/StringMethods.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upptst/StringMethods/StringMethods.cpp b/upptst/StringMethods/StringMethods.cpp index ece7d63fe..0e2b566c5 100644 --- a/upptst/StringMethods/StringMethods.cpp +++ b/upptst/StringMethods/StringMethods.cpp @@ -167,8 +167,12 @@ void ATest() CONSOLE_APP_MAIN { + StdLogSetup(LOG_COUT|LOG_FILE); + ATest(); ASSERT((String().Cat() << 123) == "123"); ATest(); + + LOG("======== Everything OK"); }