mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -1,15 +1,12 @@
|
|||||||
package cn.hutool.http.webservice;
|
package cn.hutool.http.webservice;
|
||||||
|
|
||||||
import javax.xml.soap.SOAPException;
|
|
||||||
import javax.xml.soap.SOAPMessage;
|
|
||||||
|
|
||||||
import cn.hutool.core.util.XmlUtil;
|
|
||||||
import cn.hutool.http.HtmlUtil;
|
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import cn.hutool.core.lang.Console;
|
import cn.hutool.core.lang.Console;
|
||||||
import cn.hutool.core.util.CharsetUtil;
|
import cn.hutool.core.util.CharsetUtil;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import javax.xml.soap.SOAPException;
|
||||||
|
import javax.xml.soap.SOAPMessage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SOAP相关单元测试
|
* SOAP相关单元测试
|
||||||
|
Reference in New Issue
Block a user