*@exception Exception Description of Exception
***********************************************************/
public void testSimpleFormParse() throws Exception
{
UrlConfig config = makeUrlConfig(".*index.html");
config.addArgument("test","g.*");
config.setMethod(UrlConfig.POST);
URL context = new URL("http://www.apache.org/subdir/previous.html");
Entry entry = new Entry();
entry.addConfigElement(config);
String responseText = "<html><head><title>Test page</title></head><body>" +