File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/ui/test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ protected void setUp() throws Exception {
129
129
System .setProperty ("org.jboss.tools.vpe.ENABLE_PROJECT_NATURES_CHECKER" , "true" ); //$NON-NLS-1$ //$NON-NLS-2$
130
130
WebUiPlugin .getDefault ().getPreferenceStore ().setValue (IVpePreferencesPage .INFORM_WHEN_PROJECT_MIGHT_NOT_BE_CONFIGURED_PROPERLY_FOR_VPE , true );
131
131
testProject = ProjectImportTestSetup .loadProject (getTestProjectName ());
132
- testProject .build (IncrementalProjectBuilder .FULL_BUILD , new NullProgressMonitor ());
133
132
}
134
133
135
134
@ Override
136
135
protected void tearDown () throws Exception {
136
+ PlatformUI .getWorkbench ().getActiveWorkbenchWindow ().getActivePage ().closeAllEditors (false );
137
137
WebUiPlugin .getDefault ().getPreferenceStore ().setValue (IVpePreferencesPage .INFORM_WHEN_PROJECT_MIGHT_NOT_BE_CONFIGURED_PROPERLY_FOR_VPE , false );
138
138
System .setProperty ("org.jboss.tools.vpe.ENABLE_PROJECT_NATURES_CHECKER" , "false" ); //$NON-NLS-1$ //$NON-NLS-2$
139
139
super .tearDown ();
You can’t perform that action at this time.
0 commit comments