Github user jdasch commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/256#discussion_r159479656
--- Diff:
extras/rya.geoindexing/geo.mongo/src/test/java/org/apache/rya/indexing/geotemporal/GeoTemporalProviderTest.java
---
@@ -36,7 +36,7 @@
import org.openrdf.model.ValueFactory;
import org.openrdf.model.impl.ValueFactoryImpl;
-public class GeoTemporalProviderTest extends GeoTemporalTestBase {
+public class GeoTemporalProviderTest extends GeoTemporalTestUtils {
--- End diff --
Do we still need to extend GeoTemporalTestUtils if all the functions are
now public static?
---