From 7cd8c1a9a50fc2403fa0960a30a7c972b2d88e12 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Fri, 15 Nov 2019 09:49:13 +0100
Subject: [PATCH] SSB-47: Remove empty test

---
 CAL/CalibrationProcessing/test/CMakeLists.txt |  1 -
 .../test/convert/CMakeLists.txt               |  5 -----
 .../convert/t_convert_to_calibration_table.py |  6 -----
 .../t_convert_to_calibration_table.run        | 22 -------------------
 .../convert/t_convert_to_calibration_table.sh | 20 -----------------
 5 files changed, 54 deletions(-)
 delete mode 100644 CAL/CalibrationProcessing/test/convert/CMakeLists.txt
 delete mode 100644 CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.py
 delete mode 100644 CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.run
 delete mode 100755 CAL/CalibrationProcessing/test/convert/t_convert_to_calibration_table.sh

diff --git a/CAL/CalibrationProcessing/test/CMakeLists.txt b/CAL/CalibrationProcessing/test/CMakeLists.txt
index 3964eaaf4d3..7a639e742fd 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 2093e1068a2..00000000000
--- 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 a5aa6a0b3f2..00000000000
--- 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 b6a1370a17b..00000000000
--- 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 b6e10b42dae..00000000000
--- 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
-- 
GitLab