TimeZone.getTimeZone("GMT")));
StepExecutionHistory stepExecutionHistory = new StepExecutionHistory(
"step");
stepExecutionHistory.append(oldStepExecution);
model.put("stepExecutionHistory", stepExecutionHistory);
model.put("stepExecutionProgress", new StepExecutionProgress(
stepExecution, stepExecutionHistory));
progress.render(model, request, response);
String content = response.getContentAsString();
// System.err.println(content);
assertTrue("Wrong content: "+content, content.contains("This execution is estimated to be 50% complete"));