Skip to content

Commit

Permalink
8292678: Openjfx: all projects to use JUnit5 (Eclipse)
Browse files Browse the repository at this point in the history
Reviewed-by: nlisker
  • Loading branch information
Andy Goryachev authored and nlisker committed Aug 30, 2022
1 parent f719849 commit eb8f2fe
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -5,6 +5,6 @@
<classpathentry kind="src" exported="true" path="/swt"/>
<classpathentry kind="src" exported="true" path="/swing"/>
<classpathentry kind="src" exported="true" path="/media"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="bin"/>
</classpath>
5 changes: 0 additions & 5 deletions modules/javafx.base/.classpath
Expand Up @@ -15,11 +15,6 @@
<attribute name="add-reads" value="javafx.base=java.management:javafx.base=jdk.management"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion modules/javafx.fxml/.classpath
Expand Up @@ -35,7 +35,7 @@
<attribute name="add-exports" value="javafx.base/com.sun.javafx.collections=javafx.fxml"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion modules/javafx.graphics/.classpath
Expand Up @@ -33,7 +33,7 @@
<attribute name="add-exports" value="javafx.base/com.sun.javafx.property=javafx.graphics:javafx.base/test.util.memory=javafx.graphics"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion modules/javafx.swing/.classpath
Expand Up @@ -21,6 +21,6 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion modules/javafx.swt/.classpath
Expand Up @@ -19,7 +19,7 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion modules/javafx.web/.classpath
Expand Up @@ -45,7 +45,7 @@
<attribute name="add-exports" value="javafx.base/com.sun.javafx=javafx.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
</attributes>
Expand Down
5 changes: 0 additions & 5 deletions tests/.classpath
Expand Up @@ -17,11 +17,6 @@
<attribute name="add-exports" value="java.desktop/sun.awt.datatransfer=ALL-UNNAMED"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
Expand Down
5 changes: 0 additions & 5 deletions tests/system/.classpath
Expand Up @@ -54,11 +54,6 @@
<attribute name="add-exports" value="java.desktop/sun.awt.datatransfer=ALL-UNNAMED"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
Expand Down

1 comment on commit eb8f2fe

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.