mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 21:33:59 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "base/scope_guard.hpp"
|
||||
|
||||
|
||||
UNIT_TEST(KMZ_UnzipTest)
|
||||
{
|
||||
std::string const kmzFile = GetPlatform().TestsDataPathForFile("test_data/kml/test.kmz");
|
||||
@@ -45,8 +44,7 @@ UNIT_TEST(Multi_KML_KMZ_UnzipTest)
|
||||
{
|
||||
std::string const kmzFile = GetPlatform().TestsDataPathForFile("test_data/kml/BACRNKMZ.kmz");
|
||||
auto const filePaths = GetKMLOrGPXFilesPathsToLoad(kmzFile);
|
||||
std::vector<std::string> expectedFileNames =
|
||||
{
|
||||
std::vector<std::string> expectedFileNames = {
|
||||
"BACRNKMZfilesCampgrounds 26may2022 green and tree icon",
|
||||
"BACRNKMZfilesIndoor Accommodations 26may2022 placemark purple and bed icon",
|
||||
"BACRNKMZfilesRoute 1 Canada - West-East Daily Segments",
|
||||
|
||||
Reference in New Issue
Block a user