From 20bddb3e6b688c9bfe0e63559bcb33e2a95e7013 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 25 Mar 2016 11:03:00 +0000 Subject: [PATCH] Removed "geo:" prefix for tests in ContactLoad/GeographicTests --- source/tests/xestiaab_contactload.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/tests/xestiaab_contactload.h b/source/tests/xestiaab_contactload.h index eb1d71b..e99b959 100644 --- a/source/tests/xestiaab_contactload.h +++ b/source/tests/xestiaab_contactload.h @@ -1479,7 +1479,7 @@ TEST(ContactLoad, GeographicTests){ TestFileIter = TestFile.GeneralGeographyList.find(0); ASSERT_NE(TestFile.GeneralGeographyList.end(), TestFileIter); - ASSERT_EQ("geo:3.5,3.5", TestFileIter->second); + ASSERT_EQ("3.5,3.5", TestFileIter->second); // Check the ALTID section. @@ -1515,7 +1515,7 @@ TEST(ContactLoad, GeographicTests){ TestFileIter = TestFile.HomeGeographyList.find(1); ASSERT_NE(TestFile.HomeGeographyList.end(), TestFileIter); - ASSERT_EQ("geo:7.0,7.0", TestFileIter->second); + ASSERT_EQ("7.0,7.0", TestFileIter->second); // Check the ALTID section. @@ -1551,7 +1551,7 @@ TEST(ContactLoad, GeographicTests){ TestFileIter = TestFile.BusinessGeographyList.find(2); ASSERT_NE(TestFile.BusinessGeographyList.end(), TestFileIter); - ASSERT_EQ("geo:14.0,14.0", TestFileIter->second); + ASSERT_EQ("14.0,14.0", TestFileIter->second); // Check the ALTID section. -- 2.39.2