| 50 | } |
| 51 | |
| 52 | static std::string ReadFileAndSerialize(char const * testFile) |
| 53 | { |
| 54 | kml::FileData const dataFromFile = LoadGpxFromFile(testFile); |
| 55 | return Serialize(dataFromFile); |
| 56 | } |
| 57 | |
| 58 | void ImportExportCompare(char const * testFile) |
| 59 | { |
no test coverage detected