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

Debug tweaks

This commit is contained in:
AlexVinS
2016-02-10 08:59:24 +03:00
parent 3c78f960cd
commit fb17914ae5
3 changed files with 8 additions and 1 deletions

View File

@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE(CMapFormatVCMI_Simple)
#if 1
{
auto path = VCMIDirs::get().userDataPath()/"test.zip";
auto path = VCMIDirs::get().userDataPath()/"test.vmap";
boost::filesystem::remove(path);
boost::filesystem::ofstream tmp(path, boost::filesystem::ofstream::binary);