From fabb0344919381a15cb1f21375f42b56bd30d0bf Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 26 Mar 2023 17:19:43 +0800 Subject: [PATCH] fix test --- hutool-http/src/test/java/cn/hutool/http/ContentTypeTest.java | 1 - .../test/java/cn/hutool/http/client/HttpClient4EngineTest.java | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hutool-http/src/test/java/cn/hutool/http/ContentTypeTest.java b/hutool-http/src/test/java/cn/hutool/http/ContentTypeTest.java index f369296e6..fc92ba5bb 100644 --- a/hutool-http/src/test/java/cn/hutool/http/ContentTypeTest.java +++ b/hutool-http/src/test/java/cn/hutool/http/ContentTypeTest.java @@ -7,7 +7,6 @@ import org.junit.Test; /** * ContentType 单元测试 - *

* */ public class ContentTypeTest { diff --git a/hutool-http/src/test/java/cn/hutool/http/client/HttpClient4EngineTest.java b/hutool-http/src/test/java/cn/hutool/http/client/HttpClient4EngineTest.java index 1df07269c..2a5ef4f3e 100755 --- a/hutool-http/src/test/java/cn/hutool/http/client/HttpClient4EngineTest.java +++ b/hutool-http/src/test/java/cn/hutool/http/client/HttpClient4EngineTest.java @@ -3,13 +3,14 @@ package cn.hutool.http.client; import cn.hutool.core.lang.Console; import cn.hutool.http.client.engine.httpclient4.HttpClient4Engine; import cn.hutool.http.meta.Method; +import org.junit.Ignore; import org.junit.Test; public class HttpClient4EngineTest { @SuppressWarnings("resource") @Test - //@Ignore + @Ignore public void getTest() { final ClientEngine engine = new HttpClient4Engine();