Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGrant Gayed2005-08-22 21:05:46 +0000
committerGrant Gayed2005-08-22 21:05:46 +0000
commita9582a34cab593e98cfe9a10448ef67c6ecce4b5 (patch)
tree8cb9ad22e29ba5bbf3ad1992446e326c1e6e6c75 /tests
parent80fa6f0cd31e4a8078647ae2579748fba0f368ec (diff)
downloadeclipse.platform.swt-a9582a34cab593e98cfe9a10448ef67c6ecce4b5.tar.gz
eclipse.platform.swt-a9582a34cab593e98cfe9a10448ef67c6ecce4b5.tar.xz
eclipse.platform.swt-a9582a34cab593e98cfe9a10448ef67c6ecce4b5.zip
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java9
1 files changed, 9 insertions, 0 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 e87efde34f..14fec81ec0 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
@@ -46,6 +46,15 @@ static String[] excludeTests = {
"test_paste(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)",
"test_setSelectionLorg_eclipse_swt_graphics_Point(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)",
"Browser4(org.eclipse.swt.tests.junit.browser.Test_BrowserSuite)",
+ //
+ "test_copy(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_cut(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_paste(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_selectAll(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_copy(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText)",
+ "test_cut(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText)",
+ "test_invokeActionI(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText)",
+ "test_paste(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText)",
};
static boolean isExcluded(String name) {

Back to the top