File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/test/java/es/upv/i3m/grycap/im/rest/client Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -94,22 +94,6 @@ public void testPutError() throws ImClientException {
9494 }
9595 }
9696
97- @ Test
98- public void testServerError () throws ImClientException {
99- try {
100- imClient = new ImClient (IM_FAKE_PROVIDER_URL , AUTH_FILE_PATH );
101- } catch (ImClientException exception ) {
102- ImJavaApiLogger .severe (ImClientTest .class , exception .getMessage ());
103- Assert .fail ();
104- }
105-
106- try {
107- // Force an error
108- getImClient ().delete ("" , String .class );
109- } catch (ImClientServerErrorException exception ) {
110- }
111- }
112-
11397 private void checkError (ImClientErrorException exception ) {
11498 ResponseError error = exception .getResponseError ();
11599 Assert .assertEquals (EXPECTED_ERROR_CODE , error .getCode ());
You can’t perform that action at this time.
0 commit comments