1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

[tests] Relaxed logging

This commit is contained in:
AlexVinS
2016-08-11 11:06:06 +03:00
parent 25fd4d85e2
commit 379331fc73
3 changed files with 14 additions and 10 deletions

View File

@ -78,7 +78,8 @@ BOOST_AUTO_TEST_CASE(CMapFormatVCMI_Simple)
tmp.flush();
tmp.close();
logGlobal->infoStream() << "Test map has been saved to " << path;
logGlobal->info("Test map has been saved to:");
logGlobal->info(path.string());
}
BOOST_TEST_CHECKPOINT("CMapFormatVCMI_Simple saved");