Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFelipe Heidrich2009-11-19 17:23:42 +0000
committerFelipe Heidrich2009-11-19 17:23:42 +0000
commit34a22f14c35f05c450f0fac45b358c96363f8621 (patch)
tree9cbbf4df4635a34c8f6cd13641b9ab0e6ac7e878 /tests
parent37db4a4678adb538345777b1c2a60db4d9905597 (diff)
downloadeclipse.platform.swt-34a22f14c35f05c450f0fac45b358c96363f8621.tar.gz
eclipse.platform.swt-34a22f14c35f05c450f0fac45b358c96363f8621.tar.xz
eclipse.platform.swt-34a22f14c35f05c450f0fac45b358c96363f8621.zip
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java
index a0b99a78ac..c5a97ee3ab 100644
--- a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java
+++ b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java
@@ -59,7 +59,6 @@ static String[] excludeTests = {
// TextLayout bugs
"test_getLevel(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
"test_getLineOffsets(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
- "test_getLineIndex(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
"test_getLineBounds(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
"test_getLocation(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
"test_getNextOffset(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",

Back to the top