Author: dgolovin
Date: 2011-01-19 10:28:47 -0500 (Wed, 19 Jan 2011)
New Revision: 28401
Modified:
branches/jbosstools-3.2.0.CR1/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE788Test.java
Log:
https://issues.jboss.org/browse/JBIDE-8153 Fix
org.jboss.tools.jsf.vpe.jsf.test.JsfAllTests.testCAforJSPFiles test
patch applied
Modified:
branches/jbosstools-3.2.0.CR1/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE788Test.java
===================================================================
---
branches/jbosstools-3.2.0.CR1/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE788Test.java 2011-01-19
05:57:44 UTC (rev 28400)
+++
branches/jbosstools-3.2.0.CR1/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE788Test.java 2011-01-19
15:28:47 UTC (rev 28401)
@@ -336,7 +336,7 @@
res.addAll(Arrays.asList(iContentAssistProcessor.computeCompletionProposals(viewer,newPosition)))
;
}
results = res.toArray(new ICompletionProposal[0]);
-
+
// remove inserted string
viewer.getTextWidget()
.replaceTextRange(position, partOfString.length(), "");
//$NON-NLS-1$
@@ -358,6 +358,8 @@
}
}
}
+ //fix for JBIDE-8153, added by Maksim Areshkau, released context assist resources
+ iContentAssistant.uninstall();
} finally {
closeEditors();
TestUtil.delay(1000L);