Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2009-11-17 19:23:24 +0000
committerFelipe Heidrich2009-11-17 19:23:24 +0000
commit58079cd341e7b80183fed3028ec738d80cc0504e (patch)
treeeb0295aafcb0ee999cb37213cf0c31e2b1b38f90 /tests/org.eclipse.swt.tests
parent0b6d433627d0514f31a153a7cf7020d1b3a0c779 (diff)
downloadeclipse.platform.swt-58079cd341e7b80183fed3028ec738d80cc0504e.tar.gz
eclipse.platform.swt-58079cd341e7b80183fed3028ec738d80cc0504e.tar.xz
eclipse.platform.swt-58079cd341e7b80183fed3028ec738d80cc0504e.zip
*** empty log message ***
Diffstat (limited to 'tests/org.eclipse.swt.tests')
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java
index 623bb9d2b6..a080d71824 100644
--- a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java
+++ b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java
@@ -52,6 +52,7 @@ static String[] excludeTests = {
"test_getNextOffset(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
"test_getNextOffset2(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
"test_getOffset(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
+ "test_getSegments(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
};
static boolean isExcluded(String name) {

Back to the top