You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit removes unused JUnit TestName rule imports and field
declarations from three test classes:
- PartRenderingEngineTests.java
- TestUnitRegistrationWindows.java
- TextEditorPluginTest.java
The TestName fields were declared but never used in the test methods.
This cleanup also removes debug println statements that were left in
TestUnitRegistrationWindows.java.
Fixes: #3451
Copy file name to clipboardExpand all lines: tests/org.eclipse.tests.urischeme/src/org/eclipse/urischeme/internal/registration/TestUnitRegistrationWindows.java
Copy file name to clipboardExpand all lines: tests/org.eclipse.ui.workbench.texteditor.tests/src/org/eclipse/ui/workbench/texteditor/tests/TextEditorPluginTest.java
0 commit comments