diff --git a/CAL/CalibrationProcessing/test/CMakeLists.txt b/CAL/CalibrationProcessing/test/CMakeLists.txt index 3964eaaf4d30c67f481524542eff897d14a69a1e..7a639e742fde607a7c5f9c397986e1acec82bbd8 100644 --- a/CAL/CalibrationProcessing/test/CMakeLists.txt +++ b/CAL/CalibrationProcessing/test/CMakeLists.txt @@ -25,6 +25,5 @@ python_install( DESTINATION lofar/calibration/testing) add_subdirectory(processing) -add_subdirectory(convert) diff --git a/CAL/CalibrationProcessing/test/convert/CMakeLists.txt b/CAL/CalibrationProcessing/test/convert/CMakeLists.txt deleted file mode 100644 index 2093e1068a2aebd49dca269fd99303d965efeefb..0000000000000000000000000000000000000000 --- a/CAL/CalibrationProcessing/test/convert/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ - - -include(LofarCTest) - -lofar_add_test(t_convert_to_calibration_table) \ No newline at end of file diff --git a/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.py b/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.py deleted file mode 100644 index a5aa6a0b3f2d0f838c283b10e9687deac10090c0..0000000000000000000000000000000000000000 --- a/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.py +++ /dev/null @@ -1,6 +0,0 @@ -import unittest - - -class ConvertAcceptanceTest(unittest.TestCase): - def test_convertion(self): - pass diff --git a/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.run b/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.run deleted file mode 100644 index b6a1370a17b65863d96e79c2b56043c7df7c47cd..0000000000000000000000000000000000000000 --- a/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.run +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -# Copyright (C) 2018 ASTRON (Netherlands Institute for Radio Astronomy) -# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -# -# This file is part of the LOFAR software suite. -# The LOFAR software suite is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License as published -# by the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# The LOFAR software suite is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. - -# Run the unit test -source python-coverage.sh -python_coverage_test "*convert/calibration_table*" t_convert_to_calibration_table.py diff --git a/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.sh b/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.sh deleted file mode 100755 index b6e10b42dae12fcdd1fdc5206fd3e179224c08c8..0000000000000000000000000000000000000000 --- a/CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2018 ASTRON (Netherlands Institute for Radio Astronomy) -# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -# -# This file is part of the LOFAR software suite. -# The LOFAR software suite is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License as published -# by the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# The LOFAR software suite is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. - -./runctest.sh t_interpolate