Skip to content

Commit 21a20ee

Browse files
feilimbjukzi
authored andcommitted
Fix scenario names in Java comment.
1 parent ba43e78 commit 21a20ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/e4/CloseAllHandlerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)