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() {
114
114
boolean canExecute = handlerService .canExecute (parameterizedCommand );
115
115
assertFalse (canExecute );
116
116
117
- // scenario 2 : open a compatibility layer editor
117
+ // scenario 1 : open a compatibility layer editor
118
118
IWorkbenchWindow window = PlatformUI .getWorkbench ().getActiveWorkbenchWindow ();
119
119
assertNotNull ("Active workbench window not found." , window );
120
120
@@ -141,7 +141,7 @@ public void testCloseMixedEditorTypes() {
141
141
canExecute = handlerService .canExecute (parameterizedCommand );
142
142
assertFalse (canExecute );
143
143
144
- // scenario 1 : e4 part descriptor contribution
144
+ // scenario 2 : e4 part descriptor contribution
145
145
MPartDescriptor partDescriptor = createDummyPartDescriptor ();
146
146
application .getDescriptors ().add (partDescriptor );
147
147
You can’t perform that action at this time.
0 commit comments