Skip to content

Commit c0cdce8

Browse files
committed
Remove test
1 parent 90f411a commit c0cdce8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/test/java/es/upv/i3m/grycap/im/rest/client/ImClientTest.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)