response = cb2.test(response, dispatcher);
response = cb3.test(response, dispatcher);
response = cb4.test(response, dispatcher);
response = cb5.test(response, dispatcher);
return new UndeployResponse("test-native-skip-with-gateinservlet-app.war");
}
else if (getRequestCount() == 3)
{
return new UndeployResponse("test-native-skip-app.war");
}
else if (getRequestCount() == 4)
{
return new EndTestResponse();
}