From b9c6376dcb4c1919da0bd9575e9cdd449f277f2c Mon Sep 17 00:00:00 2001 From: andronache Date: Wed, 21 Jul 2021 16:16:55 +0300 Subject: [PATCH] Removed empty test --- general_tests/all_sections_cfg_rld_it_test.go | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 general_tests/all_sections_cfg_rld_it_test.go diff --git a/general_tests/all_sections_cfg_rld_it_test.go b/general_tests/all_sections_cfg_rld_it_test.go deleted file mode 100644 index 48ad46a13..000000000 --- a/general_tests/all_sections_cfg_rld_it_test.go +++ /dev/null @@ -1,21 +0,0 @@ -// +build integration - -/* -Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments -Copyright (C) ITsysCOM GmbH - -This program 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. - -This program 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 this program. If not, see -*/ - -package general_tests