Skip to content

Commit

Permalink
add test for java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Nov 9, 2024
1 parent 3842814 commit 49ae093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
import org.eclipse.jdt.ui.tests.packageview.PackageExplorerTests;
import org.eclipse.jdt.ui.tests.quickfix.QuickFixTestSuite;
import org.eclipse.jdt.ui.tests.quickfix.Java10.QuickFixJava10TestSuite;
import org.eclipse.jdt.ui.tests.quickfix.Java22.QuickFixJava22TestSuite;
import org.eclipse.jdt.ui.tests.quickfix.Java8.QuickFixJava8TestSuite;
import org.eclipse.jdt.ui.tests.refactoring.RefactoringTests;
import org.eclipse.jdt.ui.tests.search.SearchTest;
Expand All @@ -63,6 +64,7 @@
QuickFixTestSuite.class,
QuickFixJava8TestSuite.class,
QuickFixJava10TestSuite.class,
QuickFixJava22TestSuite.class,

NewJavaProjectWizardTest.class,
NewTypeWizardTest.class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected void setUp() throws Exception,UnsupportedCharsetException {
}

@RegisterExtension
AbstractEclipseJava context = new EclipseJava22();
AbstractEclipseJava context= new EclipseJava22();

enum ExplicitEncodingPatterns {

Expand Down

0 comments on commit 49ae093

Please sign in to comment.