| commit | ede69ec7692ff68333487b2a25ba4ddc7a676d6a | [log] [tgz] |
|---|---|---|
| author | Lars Vogel <Lars.Vogel@vogella.com> | Wed Mar 30 14:40:36 2022 +0200 |
| committer | Alexander Kurtakov <akurtako@redhat.com> | Thu Mar 31 01:45:30 2022 -0400 |
| tree | 76e731e941f9300336c6c973efb096378744b926 | |
| parent | 84909174e74c61a305ebd9343f3f8b0b28d9f332 [diff] |
Bug 494327 - Reenable test for GTK3 Change-Id: I88b450c3eaa64652992288f598c7ecc5cd5e7190 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192365 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/Bug459961Test.java b/tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/Bug459961Test.java index c148ed2..104d133 100644 --- a/tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/Bug459961Test.java +++ b/tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/Bug459961Test.java
@@ -36,11 +36,6 @@ @Test public void testTransparentColorConstantReference() { - if (System.getProperty("org.eclipse.swt.internal.gtk.version", "").startsWith("3.")) { // $NON-NLS-1//NON-NLS-2//NON-NLS-3 - System.out.println("testTransparentColorConstantReference disabled due to Bug 493640 and 494327"); - return; - } - String cssString = "Label { background-color: COLOR-TRANSPARENT; }"; Label label = createTestLabel(cssString);