Skip to content

Commit

Permalink
Mark ResourceNavigatorTest for deletion
Browse files Browse the repository at this point in the history
As ResourceNavigator is marked for deletion do the same for its tests in
order to silence the compile warnings.
  • Loading branch information
akurtakov committed Feb 11, 2023
1 parent 77759c4 commit f515f9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import org.junit.runners.JUnit4;

@RunWith(JUnit4.class)
@Deprecated(forRemoval = true)
public class ResourceNavigatorTest extends UITestCase {
private IWorkbenchPage activePage;

Expand Down

0 comments on commit f515f9d

Please sign in to comment.