Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 28, 2020
1 parent fb87c67 commit e81f938
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/test_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e81f938

Please sign in to comment.