}
@Override
protected void configureModule(ModuleDescription moduleDescription) throws Exception {
m_testProject.addBundleJars("com.google.gdt.eclipse.designer.GWTExt", "/resources");
new ConfigureGwtExtOperation(moduleDescription).run(null);
// don't use "strict" mode
{
String html = getFileContent("war/Module.html");
html = StringUtils.remove(html, "<!doctype html>");
setFileContent("war/Module.html", html);