Rename LiveTest
This commit is contained in:
parent
32ed4d622a
commit
a6485735c5
|
@ -25,6 +25,7 @@ public class FormServletLiveTest {
|
|||
nvps.add(new BasicNameValuePair("height", String.valueOf(2)));
|
||||
nvps.add(new BasicNameValuePair("weight", String.valueOf(80)));
|
||||
|
||||
|
||||
method.setEntity(new UrlEncodedFormEntity(nvps));
|
||||
HttpResponse httpResponse = client.execute(method);
|
||||
|
Loading…
Reference in New Issue