From e81f938f7c43a9209da74d0ec471a2ed9f08bfb0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 28 Feb 2020 16:05:56 +0100 Subject: Formatting fix --- test/unit/test_factory.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/unit/test_factory.cpp') diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp index 5cf45d1a..4f6f2c93 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -2755,10 +2755,10 @@ TEST(factory, createObjectsFromName) { { auto res = factoryEPSG->createObjectsFromName( "WGS84", {AuthorityFactory::ObjectType::GEOGRAPHIC_2D_CRS}, true); - EXPECT_EQ(res.size(), - 8U); // EPSG:4326 and the 6 WGS84 realizations - // and EPSG:7881 'Tritan St. Helena'' whose alias is - // 'WGS 84 Tritan St. Helena' + // EPSG:4326 and the 6 WGS84 realizations + // and EPSG:7881 'Tritan St. Helena'' whose alias is + // 'WGS 84 Tritan St. Helena' + EXPECT_EQ(res.size(), 8U); if (!res.empty()) { EXPECT_EQ(res.front()->getEPSGCode(), 4326); } -- cgit v1.2.3