Skip to content

Commit 29f2f2d

Browse files
authored
Remove setproperty for jdt.bug.367669 (#1711)
#1711
1 parent 5da0735 commit 29f2f2d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public class FatJarExportTests {
114114

115115
@BeforeClass
116116
public static void setUpTest() {
117-
System.setProperty("jdt.bug.367669", "non-null");
118117
}
119118

120119
private IJavaProject fProject;

org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/PlainJarExportTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public class PlainJarExportTests {
6565

6666
@BeforeClass
6767
public static void setUpTest() {
68-
System.setProperty("jdt.bug.367669", "non-null");
6968
}
7069

7170
private IJavaProject fProject;

0 commit comments

Comments
 (0)