MCPcopy Create free account
hub / github.com/comaps/comaps / ImportExportCompare

Function ImportExportCompare

libs/kml/kml_tests/gpx_tests.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ImportExportCompare(char const * testFile)
59{
60 std::string const sourceFileText = ReadFile(testFile);
61 std::string const resultBuffer = ReadFileAndSerialize(testFile);
62 TEST_EQUAL(resultBuffer, sourceFileText, ());
63}
64
65void ImportExportCompare(char const * sourceFile, char const * destinationFile)
66{

Callers 1

UNIT_TESTFunction · 0.85

Calls 2

ReadFileAndSerializeFunction · 0.85
ReadFileFunction · 0.70

Tested by

no test coverage detected