* with no entities on the client side, to ensure they are sent properly,
* and the server can read them.
*/
@Test
public void testHttpPostWithNoEntities() throws Exception {
NHttpRequestExecutionHandler requestExecutionHandler = new RequestExecutionHandler() {
@Override
protected HttpRequest generateRequest(Job testjob) {
String s = testjob.getPattern() + "x" + testjob.getCount();
HttpEntityEnclosingRequest r = new BasicHttpEntityEnclosingRequest("POST", s);