ModuleDescription moduleDescription = getTestModuleDescription();
IFile moduleFile = getTestModuleFile();
String originalModule = getFileContent(moduleFile);
// configure, but restore module
m_testProject.addExternalJar(ExtGwtTests.GXT_LOCATION + "/gxt.jar");
new ConfigureExtGwtOperation(moduleDescription, ExtGwtTests.GXT_LOCATION).run(null);
setFileContent(moduleFile, originalModule);
// ...so not configured
{
IFile file = getFileSrc("/test/client/Module.java");
assertFalse(file, GxtPropertyTester.PROPERTY_IS_CONFIGURED);