Skip to content

Commit

Permalink
[23] JEP 467: Render markdown doc comments
Browse files Browse the repository at this point in the history
add new tests to the suite

fixes #1472
  • Loading branch information
stephan-herrmann authored and jjohnstn committed Aug 13, 2024
1 parent e51121d commit d2fc5ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import org.eclipse.jdt.ui.tests.core.CoreTestSuite;
import org.eclipse.jdt.ui.tests.core.CoreTests;
import org.eclipse.jdt.ui.tests.hover.JavadocHoverTests;
import org.eclipse.jdt.ui.tests.hover.MarkdownCommentTests;
import org.eclipse.jdt.ui.tests.hover.PackageJavadocTests;
import org.eclipse.jdt.ui.tests.jarexport.JarExportTests;
import org.eclipse.jdt.ui.tests.model.ContentProviderTests;
Expand Down Expand Up @@ -82,6 +83,7 @@
JarExportTests.class,
PackageJavadocTests.class,
JavadocHoverTests.class,
MarkdownCommentTests.class,
SmokeViewsTest.class
})
public class AutomatedSuite {
Expand Down

0 comments on commit d2fc5ce

Please sign in to comment.