public void testJmsAuditCommandWithoutDeploymentId() {
setupTaskMocks(this, FOR_PROCESS_TASKS);
// run cmd (no deploymentId set on JaxbConmandsRequest object
JaxbCommandsRequest
cmdsRequest = new JaxbCommandsRequest(new FindProcessInstancesCommand());
JaxbCommandsResponse
response = this.jmsProcessJaxbCommandsRequest(cmdsRequest);
// check result
assertEquals( "Number of response objects", 1, response.getResponses().size() );