Skip to content

Commit db6e91a

Browse files
committed
remove something
1 parent 2df0f56 commit db6e91a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/WxMpPayServiceImplTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void testReport() throws Exception {
6060
/**
6161
* Test method for {@link WxPayService#refund(WxPayRefundRequest)} .
6262
*/
63-
@Test//(dependsOnMethods = {"setSSLKey"})
63+
@Test
6464
public void testRefund() throws Exception {
6565
WxPayRefundResult result = this.wxService.refund(
6666
WxPayRefundRequest.newBuilder()
@@ -99,7 +99,7 @@ public void testRefundQuery() throws Exception {
9999
/**
100100
* Test method for {@link WxPayService#sendRedpack(WxPaySendRedpackRequest)} .
101101
*/
102-
@Test//(dependsOnMethods = {"setSSLKey"})
102+
@Test
103103
public void testSendRedpack() throws Exception {
104104
WxPaySendRedpackRequest request = new WxPaySendRedpackRequest();
105105
request.setActName("abc");
@@ -113,7 +113,7 @@ public void testSendRedpack() throws Exception {
113113
/**
114114
* Test method for {@link WxPayService#queryRedpack(java.lang.String)}.
115115
*/
116-
@Test//(dependsOnMethods = {"setSSLKey"})
116+
@Test
117117
public void testQueryRedpack() throws Exception {
118118
WxPayRedpackQueryResult redpackResult = this.wxService.queryRedpack("aaaa");
119119
this.logger.info(redpackResult.toString());
@@ -157,7 +157,7 @@ public void testCloseOrder() throws WxErrorException {
157157
/**
158158
* Test method for {@link WxPayService#entPay(WxEntPayRequest)}.
159159
*/
160-
@Test//(dependsOnMethods = {"setSSLKey"})
160+
@Test
161161
public void testEntPay() throws WxErrorException {
162162
WxEntPayRequest request = new WxEntPayRequest();
163163
this.logger.info(this.wxService.entPay(request).toString());
@@ -166,7 +166,7 @@ public void testEntPay() throws WxErrorException {
166166
/**
167167
* Test method for {@link WxPayService#queryEntPay(java.lang.String)}.
168168
*/
169-
@Test//(dependsOnMethods = {"setSSLKey"})
169+
@Test
170170
public void testQueryEntPay() throws WxErrorException {
171171
this.logger.info(this.wxService.queryEntPay("11212121").toString());
172172
}

0 commit comments

Comments
 (0)