os.write("test test test test test\n".getBytes());
}
os.close();
// Let's upload the dtd file. It's large enough to avoid being in memory.
servletRequest.addFile("upload", tmp, "text/plain");
requestCycle.setRequest(new MultipartServletWebRequest(servletRequest, Bytes.MAX));
// attach manually for the test
field.attach();