Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSilenio Quarti2005-10-20 19:02:56 +0000
committerSilenio Quarti2005-10-20 19:02:56 +0000
commit2aaa1a0283d754fe16d3915e88a62bfb651f5b89 (patch)
tree3943406e846ccf88d35a1a6e7d9bb6715868d2f7 /tests
parent6469b6ac1443313dfad342fb0f70f963b021fe4f (diff)
downloadeclipse.platform.swt-2aaa1a0283d754fe16d3915e88a62bfb651f5b89.tar.gz
eclipse.platform.swt-2aaa1a0283d754fe16d3915e88a62bfb651f5b89.tar.xz
eclipse.platform.swt-2aaa1a0283d754fe16d3915e88a62bfb651f5b89.zip
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java3
1 files changed, 1 insertions, 2 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 f1826d3a19..46c04acb8c 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
@@ -34,8 +34,7 @@ static String[] excludeTests = {
"test_getBounds(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TreeItem)",
"test_appendLjava_lang_String(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
"test_getTopPixel(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
- "test_setTabsI(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
- "test_setTopIndexI(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_getTopIndex(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
"test_clearSelection(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)",
"test_copy(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)",
"test_cut(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)",

Back to the top