Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-09-22 11:33:01 +0000
committerAlexander Kurtakov2014-09-22 11:33:01 +0000
commitefec9f09e9e0d2830e0177944f65462368289bc1 (patch)
tree0f645857f91b710d5b99fc451963673bd3c8aa77 /tests
parent14fac4bb4cf80467b1fe998fc438f4570242c494 (diff)
downloadeclipse.platform.swt-efec9f09e9e0d2830e0177944f65462368289bc1.tar.gz
eclipse.platform.swt-efec9f09e9e0d2830e0177944f65462368289bc1.tar.xz
eclipse.platform.swt-efec9f09e9e0d2830e0177944f65462368289bc1.zip
Bug 444715 - Remove photon support from swt
Remove from swt.tools and tests. Change-Id: I420dcff9c080da78563e90ef825288e7222c2647 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 f3ada43d7e..ea9c2b8df0 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
@@ -64,7 +64,6 @@ public class SwtTestUtil {
public final static boolean isCarbon = SWT.getPlatform().startsWith("carbon");
public final static boolean isCocoa = SWT.getPlatform().startsWith("cocoa");
public final static boolean isGTK = SWT.getPlatform().equals("gtk");
- public final static boolean isPhoton = SWT.getPlatform().equals("photon");
public final static boolean isLinux = System.getProperty("os.name").equals("Linux");
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");

Back to the top