From f11247206bca352b52996dbd551838600ed0d247 Mon Sep 17 00:00:00 2001 From: Andrew Bell Date: Fri, 9 Feb 2018 15:39:37 -0500 Subject: [PATCH] Remove PyArray test that did nothing. --- plugins/python/test/PythonFilterTest.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plugins/python/test/PythonFilterTest.cpp b/plugins/python/test/PythonFilterTest.cpp index 2c4b22450f..2d77faf61f 100644 --- a/plugins/python/test/PythonFilterTest.cpp +++ b/plugins/python/test/PythonFilterTest.cpp @@ -40,7 +40,6 @@ #include #include "../plang/Invocation.hpp" -#include #include "../plang/Environment.hpp" #include @@ -988,17 +987,6 @@ void verifyTestView(const PointView& view, point_count_t cnt = 17) } } -TEST(PLangTest, PLangTest_array) -{ - PointTable table; - PointViewPtr view = makeTestView(table, 40); - - python::Array array; - array.update(view); - verifyTestView(*view.get(), 4); - -} - // most pipelines (those with a writer) will be invoked via `pdal pipeline` static void run_pipeline(std::string const& pipeline)