/**
* Test for {@link GxtPropertyTester#PROPERTY_IS_CONFIGURED}.
*/
@DisposeProjectAfter
public void test_isConfigured_hasJar_butNotModule() throws Exception {
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);