diff --git a/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMergerCreatorTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMergerCreatorTest.cpp
index e6b873d..1b63963 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMergerCreatorTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMergerCreatorTest.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
// Hoot
@@ -95,7 +95,7 @@ public:
std::shared_ptr<PoiPolygonMatch> match1(
new PoiPolygonMatch(map, std::shared_ptr<MatchThreshold>(),
std::shared_ptr<PoiPolygonRfClassifier>(),
- PoiPolygonCachePtr(new PoiPolygonCache(map))));
+ PoiPolygonInfoCachePtr(new PoiPolygonInfoCache(map))));
match1->setMatchEvidenceThreshold(3);
match1->setReviewEvidenceThreshold(1);
match1->calculateMatch(w1->getElementId(), n1->getElementId());
@@ -144,7 +144,7 @@ public:
std::shared_ptr<PoiPolygonMatch> match1(
new PoiPolygonMatch(map, std::shared_ptr<MatchThreshold>(),
std::shared_ptr<PoiPolygonRfClassifier>(),
- PoiPolygonCachePtr(new PoiPolygonCache(map))));
+ PoiPolygonInfoCachePtr(new PoiPolygonInfoCache(map))));
match1->setMatchEvidenceThreshold(3);
match1->setReviewEvidenceThreshold(1);
match1->calculateMatch(w1->getElementId(), n1->getElementId());
@@ -155,7 +155,7 @@ public:
std::shared_ptr<PoiPolygonMatch> match2(
new PoiPolygonMatch(map, std::shared_ptr<MatchThreshold>(),
std::shared_ptr<PoiPolygonRfClassifier>(),
- PoiPolygonCachePtr(new PoiPolygonCache(map))));
+ PoiPolygonInfoCachePtr(new PoiPolygonInfoCache(map))));
match2->setMatchEvidenceThreshold(3);
match2->setReviewEvidenceThreshold(1);
match2->calculateMatch(w2->getElementId(), n1->getElementId());