mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
WiP on zip serialization
(-) still not works correctly
This commit is contained in:
@ -82,7 +82,7 @@ void MapComparer::compare()
|
||||
{
|
||||
BOOST_REQUIRE_NE((void *) actual, (void *) expected); //should not point to the same object
|
||||
BOOST_REQUIRE_MESSAGE(actual != nullptr, "Actual map is not defined");
|
||||
BOOST_REQUIRE_MESSAGE(actual != nullptr, "Expected map is not defined");
|
||||
BOOST_REQUIRE_MESSAGE(expected != nullptr, "Expected map is not defined");
|
||||
|
||||
compareHeader();
|
||||
compareOptions();
|
||||
|
Reference in New Issue
Block a user