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

Advance MapComparer

This commit is contained in:
AlexVinS
2015-08-08 21:04:07 +03:00
committed by AlexVinS
parent 0cc47f00c5
commit 0798ef4b2a
3 changed files with 82 additions and 7 deletions

View File

@ -62,9 +62,8 @@ BOOST_AUTO_TEST_CASE(CMapFormatVCMI_Simple)
std::unique_ptr<CMap> serialized = loader.loadMap();
MapComparer c;
BOOST_REQUIRE_MESSAGE(c(initialMap, serialized), "Serialize cycle failed");
MapComparer c;
c(initialMap, serialized);
}
catch(const std::exception & e)
{