Skip to content

Commit

Permalink
Reactivate unnecessarily ignored find/replace test
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Apr 21, 2024
1 parent 316aec2 commit 66847ac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.Mockito;

Expand Down Expand Up @@ -75,7 +74,6 @@ public void setupShell() {
}

@Test
@Ignore("https://github.com/eclipse-platform/eclipse.platform.ui/issues/1203")
public void testPerformReplaceAllBackwards() {
TextViewer textViewer= setupTextViewer("");
IFindReplaceLogic findReplaceLogic= setupFindReplaceLogicObject(textViewer);
Expand Down

0 comments on commit 66847ac

Please sign in to comment.