Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-03-24 11:59:39 +0000
committerAlexander Kurtakov2015-03-24 11:59:39 +0000
commit740c0550c53724f052b6950fb8fab2024e82eb45 (patch)
tree7b950242d1c892c8a5835cb9615e38661ac5feb1 /tests
parent0c93c1eb7c82357049a5d54c21c0228cf85d2bc4 (diff)
downloadeclipse.platform.swt-740c0550c53724f052b6950fb8fab2024e82eb45.tar.gz
eclipse.platform.swt-740c0550c53724f052b6950fb8fab2024e82eb45.tar.xz
eclipse.platform.swt-740c0550c53724f052b6950fb8fab2024e82eb45.zip
Bug 455263 - Retire Eclipse SWT/wpf
Remove leftovers in snippets, tests and tools. Change-Id: Ia7f1f350ff43895c8a21fddccc8cb27a5d6dfb0b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/SwtTestUtil.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/SwtTestUtil.java b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/SwtTestUtil.java
index 3c61cc1322..f143c6df48 100644
--- a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/SwtTestUtil.java
+++ b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/SwtTestUtil.java
@@ -67,7 +67,6 @@ public class SwtTestUtil {
public final static boolean isAIX = System.getProperty("os.name").equals("AIX");
public final static boolean isSolaris = System.getProperty("os.name").equals("Solaris") || System.getProperty("os.name").equals("SunOS");
public final static boolean isHPUX = System.getProperty("os.name").equals("HP-UX");
- public final static boolean isWPF = SWT.getPlatform().startsWith("wpf");
static {
testFontName = "Helvetica";

Back to the top