private File portletXmlFile;
private File assembledWebXmlFile;
protected void setUp() throws Exception {
XMLUnit.setIgnoreWhitespace(true);
XMLUnit.setControlEntityResolver( new ResourceEntityResolver() );
XMLUnit.setTestEntityResolver( new ResourceEntityResolver() );
final URL webXmlUrl = this.getClass().getResource("/org/apache/pluto/util/assemble/file/web.xml");
this.webXmlFile = new File(webXmlUrl.getFile());
final URL portletXmlUrl = this.getClass().getResource("/org/apache/pluto/util/assemble/file/portlet.xml");