System.setProperty("productionModeFromSystemProperties", "false");
prepareWebClient(null);
TestValve.runnerHolder.set(new ValveRunner() {
public void run(RunData rundata, PipelineContext pipelineContext) throws Exception {
throw new ResourceNotFoundException("not found!");
}
});
invokeServlet("/app1/test.htm");