}
public void testGoneAction() throws Exception {
RewriterConfiguration oConfiguration = getConfig();
oConfiguration.getRules().add(new GoneAction());
MockContextFacade oMockFacade = new MockContextFacade("/", ".",
"GET", new URL("http://localhost/test.aspx"));
RewriterEngine oEngine = new RewriterEngine(oConfiguration);
try {