diff --git a/hoot-core-test/src/test/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGeneratorTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGeneratorTest.cpp
index ae19496..6b90264 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGeneratorTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGeneratorTest.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
// Hoot
@@ -47,6 +47,7 @@ namespace hoot
class AlphaShapeGeneratorTest : public HootTestFixture
{
CPPUNIT_TEST_SUITE(AlphaShapeGeneratorTest);
+ // TODO: need test for auto alpha retry when initial value is too small
CPPUNIT_TEST(runBasicTest);
CPPUNIT_TEST(runBufferTest);
CPPUNIT_TEST(runNegativeBufferTest);
@@ -117,6 +118,5 @@ public:
};
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(AlphaShapeGeneratorTest, "slow");
-//CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(AlphaShapeGeneratorTest, "current");
}