File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/e4 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public void testCloseMixedEditorTypes() {
114114 boolean canExecute = handlerService .canExecute (parameterizedCommand );
115115 assertFalse (canExecute );
116116
117- // scenario 2 : open a compatibility layer editor
117+ // scenario 1 : open a compatibility layer editor
118118 IWorkbenchWindow window = PlatformUI .getWorkbench ().getActiveWorkbenchWindow ();
119119 assertNotNull ("Active workbench window not found." , window );
120120
@@ -141,7 +141,7 @@ public void testCloseMixedEditorTypes() {
141141 canExecute = handlerService .canExecute (parameterizedCommand );
142142 assertFalse (canExecute );
143143
144- // scenario 1 : e4 part descriptor contribution
144+ // scenario 2 : e4 part descriptor contribution
145145 MPartDescriptor partDescriptor = createDummyPartDescriptor ();
146146 application .getDescriptors ().add (partDescriptor );
147147
You can’t perform that action at this time.
0 commit comments