Author: mareshkau
Date: 2008-02-21 08:45:55 -0500 (Thu, 21 Feb 2008)
New Revision: 6499
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE788Test.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-788 test adjustment
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE788Test.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE788Test.java 2008-02-21
13:26:52 UTC (rev 6498)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE788Test.java 2008-02-21
13:45:55 UTC (rev 6499)
@@ -199,7 +199,8 @@
TestUtil.waitForJobs();
TestUtil.delay(2000);
SourceViewerConfiguration sourceViewerConfiguration =
((JSPTextEditor)part.getSourceEditor()).getSourceViewerConfigurationForTest();
-
+ //errase errors which can be on start of editor(for example xuklunner not found)
+ setException(null);
StructuredTextViewerConfiguration stvc = (StructuredTextViewerConfiguration)
sourceViewerConfiguration;
IContentAssistant iContentAssistant = stvc.getContentAssistant((ISourceViewer)
part.getSourceEditor().getAdapter(ISourceViewer.class));
assertNotNull(iContentAssistant);