mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -7,7 +7,6 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* ContentType 单元测试
|
||||
* <p>
|
||||
*
|
||||
*/
|
||||
public class ContentTypeTest {
|
||||
|
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user