11package cn .jpush .api .push .remote ;
2- import static org .junit .Assert .*;
3-
4- import org .junit .Test ;
5- import org .junit .experimental .categories .Category ;
6-
72import cn .jpush .api .JPushClient ;
83import cn .jpush .api .SlowTests ;
94import cn .jpush .api .common .resp .APIConnectionException ;
127import cn .jpush .api .push .model .PushPayload ;
138import cn .jpush .api .push .model .audience .Audience ;
149import cn .jpush .api .push .model .notification .Notification ;
15-
1610import com .google .gson .JsonObject ;
1711import com .google .gson .JsonPrimitive ;
12+ import org .junit .Test ;
13+ import org .junit .experimental .categories .Category ;
14+
15+ import static org .junit .Assert .assertEquals ;
1816
1917@ Category (SlowTests .class )
2018public class ExceptionTest extends BaseRemotePushTest {
@@ -160,7 +158,7 @@ public void invalidParams_notification_ios() {
160158 assertEquals (INVALID_PARAMS , e .getErrorCode ());
161159 }
162160 }
163-
161+ /*
164162 @Test
165163 public void invalidParams_notification_winphone() {
166164 JsonObject payload = new JsonObject();
@@ -181,7 +179,7 @@ public void invalidParams_notification_winphone() {
181179 assertEquals(INVALID_PARAMS, e.getErrorCode());
182180 }
183181 }
184-
182+ */
185183 @ Test
186184 public void invalidParams_notification_android_builderidNotNumber () {
187185 JsonObject payload = new JsonObject ();
0 commit comments