Skip to content

Commit

Permalink
filters.ui.tests: Fix recent Eclipse build errors
Browse files Browse the repository at this point in the history
Before this fix, Eclipse was no longer able to resolve these specific
Test type imports, as jdk 17 gets used across.

Change-Id: I02c429aa1c619812d478211cfede5a464d9de84e
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/197755
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
marco-miller committed Jan 11, 2023
1 parent 98d0524 commit f51d2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -15,7 +15,7 @@
import static org.junit.Assert.assertEquals;

import org.eclipse.tracecompass.incubator.internal.filters.ui.lspFilterTextbox.FilterBoxLocalTextCompletion;
import org.junit.jupiter.api.Test;
import org.junit.Test;

/**
*
Expand Down
Expand Up @@ -16,7 +16,7 @@
import java.util.List;

import org.eclipse.tracecompass.incubator.internal.filters.ui.lspFilterTextbox.RecentlyUsedFilters;
import org.junit.jupiter.api.Test;
import org.junit.Test;

/**
* This class tests the {@link RecentlyUsedFilters}
Expand Down

0 comments on commit f51d2cf

Please sign in to comment.