From a6cb23dd9f02982265878489413f2530a27bf43d Mon Sep 17 00:00:00 2001 From: Looly Date: Wed, 27 Sep 2023 00:51:54 +0800 Subject: [PATCH] fix test file --- hutool-core/src/test/resources/issueI5DO8E.xml | 11 ----------- .../src/test/resources/multi_line.properties | 12 ------------ .../src/test/resources/multi_line_crlf.properties | 12 ------------ hutool-core/src/test/resources/test.properties | 13 ------------- hutool-core/src/test/resources/test.xml | 12 ------------ hutool-cron/src/test/resources/config/cron.setting | 12 ------------ 6 files changed, 72 deletions(-) diff --git a/hutool-core/src/test/resources/issueI5DO8E.xml b/hutool-core/src/test/resources/issueI5DO8E.xml index 14a516d1c..e9d5227c5 100644 --- a/hutool-core/src/test/resources/issueI5DO8E.xml +++ b/hutool-core/src/test/resources/issueI5DO8E.xml @@ -1,15 +1,4 @@ - - - diff --git a/hutool-cron/src/test/resources/config/cron.setting b/hutool-cron/src/test/resources/config/cron.setting index e294e3283..4e2860de9 100644 --- a/hutool-cron/src/test/resources/config/cron.setting +++ b/hutool-cron/src/test/resources/config/cron.setting @@ -1,15 +1,3 @@ -# -# Copyright (c) 2023 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. -# - #------------------------------------------------------------------ # 定时任务配置文件 # 定时任务表达分为以下几种情况: