aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_textarea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/controls/data/tst_textarea.qml')
-rw-r--r--tests/auto/controls/data/tst_textarea.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/controls/data/tst_textarea.qml b/tests/auto/controls/data/tst_textarea.qml
index 286a32ce..b1225493 100644
--- a/tests/auto/controls/data/tst_textarea.qml
+++ b/tests/auto/controls/data/tst_textarea.qml
@@ -61,20 +61,6 @@ TestCase {
control.destroy()
}
- PressAndHoldTests { id: pah }
-
- function test_pressAndHold() {
- var control = textArea.createObject(testCase)
- pah.basicPressAndHold(control)
- control.destroy()
- }
-
- function test_pressAndHoldKeepsSelection() {
- var control = textArea.createObject(testCase)
- pah.pressAndHoldKeepsSelection(control)
- control.destroy()
- }
-
function test_implicitSize() {
var control = textArea.createObject(testCase)
control.background.implicitWidth = 400