Skip to content

Commit 8679146

Browse files
committed
Rename test methods.
1 parent bf85887 commit 8679146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httprpc-test/src/test/java/org/httprpc/WebServiceProxyTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public void testMultipartPost() throws IOException {
251251
}
252252

253253
@Test
254-
public void testBodyPost() throws IOException {
254+
public void testCustomBodyPost() throws IOException {
255255
Map<String, ?> content = mapOf(
256256
entry("string", "héllo&gøod+bye?"),
257257
entry("strings", listOf("a", "b", "c")),
@@ -274,7 +274,7 @@ public void testBodyPost() throws IOException {
274274
}
275275

276276
@Test
277-
public void testImagePost() throws IOException {
277+
public void testCustomImagePost() throws IOException {
278278
WebServiceProxy webServiceProxy = new WebServiceProxy("POST", new URL(serverURL, "test"));
279279

280280
URL imageTestURL = WebServiceProxyTest.class.getResource("test.jpg");

0 commit comments

Comments
 (0)