protected String getResourceName(HttpServletRequest request) {
return "-C";
}
};
try {
testV1JobServlet.startJob(null, null);
// should not get here!
fail("Negative test to test an exception. Should not be succeeding!");
} catch (XServletException xse) {
// check for the error code and the message
assertEquals(xse.getErrorCode(), ErrorCode.E0303);