Author: dgolovin
Date: 2011-08-04 21:11:35 -0400 (Thu, 04 Aug 2011)
New Revision: 33615
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java
Log:
https://issues.jboss.org/browse/JBIDE-9462 test failures in org.jboss.tools.cdi.ui.test
removed code that is shutting down JSP indexer
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java 2011-08-05
00:18:37 UTC (rev 33614)
+++
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java 2011-08-05
01:11:35 UTC (rev 33615)
@@ -49,22 +49,6 @@
// it could be done here because it is not needed to be enabled back
JavaModelManager.getIndexManager().shutdown();
- new Job("Shutodwn what is not needed") {
- @Override
- protected IStatus run(IProgressMonitor monitor) {
- try {
- JSPIndexManager.getDefault().stop();
- } catch (InterruptedException e) {
- // print it and ignore it
- e.printStackTrace();
- }
- JSPFContentPropertiesManager.shutdown();
- JavaCore.removeElementChangedListener(TaglibHelperManager.getInstance());
- TaglibController.shutdown();
- TaglibIndex.shutdown();
- return Status.OK_STATUS;
- }
- }.schedule(3000);
try {
ResourcesUtils.setBuildAutomatically(false);
ValidationFramework.getDefault().suspendAllValidation(true);