aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetextedit/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetextedit/data')
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml8
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments.qml41
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_cb.pngbin496 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_cc.pngbin556 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_ct.pngbin533 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lb.pngbin496 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lc.pngbin535 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lt.pngbin514 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rb.pngbin505 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rc.pngbin559 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rt.pngbin539 -> 0 bytes
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/cursorTest.qml9
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/geometrySignals.qml12
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/horizontalAlignment_RightToLeft.qml24
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/http/ErrItem.qml7
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/http/NormItem.qml6
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTest.qml22
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestFail1.qml18
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestFail2.qml18
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestPass.qml18
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/http/qmldir4
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/httpfail/FailItem.qml5
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/httpslow/WaitItem.qml5
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/inputmethodhints.qml6
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_default.qml7
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false.qml7
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false_readonly.qml8
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false_words.qml8
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_multiline.qml8
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true.qml7
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true_readonly.qml8
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true_words.qml8
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_characters.qml8
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_default.qml7
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_words.qml8
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/navigation.qml24
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/positionAt.qml9
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/readOnly.qml12
38 files changed, 0 insertions, 332 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml
deleted file mode 100644
index 3af0313692..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- focus: true
- objectName: "myEdit"
- width: 50
- text: "This is a long piece of text"
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments.qml
deleted file mode 100644
index bc977fc6de..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments.qml
+++ /dev/null
@@ -1,41 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- id: top
- width: 70; height: 70;
-
- property alias horizontalAlignment: t.horizontalAlignment
- property alias verticalAlignment: t.verticalAlignment
- property alias wrapMode: t.wrapMode
- property alias running: timer.running
- property string txt: "Test"
-
- Rectangle {
- anchors.centerIn: parent
- width: 40
- height: 40
- color: "green"
-
- TextEdit {
- id: t
-
- anchors.fill: parent
- horizontalAlignment: TextEdit.AlignRight
- verticalAlignment: TextEdit.AlignBottom
- wrapMode: TextEdit.WordWrap
- text: top.txt
- }
- Timer {
- id: timer
-
- interval: 1
- running: true
- repeat: true
- onTriggered: {
- top.txt = top.txt + "<br>more " + top.txt.length;
- if (top.txt.length > 50)
- running = false
- }
- }
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_cb.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_cb.png
deleted file mode 100644
index 99de2192de..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_cb.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_cc.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_cc.png
deleted file mode 100644
index cb85251180..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_cc.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_ct.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_ct.png
deleted file mode 100644
index ddca549c82..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_ct.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lb.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lb.png
deleted file mode 100644
index 1b50a81f3d..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lb.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lc.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lc.png
deleted file mode 100644
index f041b868f8..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lc.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lt.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lt.png
deleted file mode 100644
index c75e0d158e..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_lt.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rb.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rb.png
deleted file mode 100644
index b06a5da715..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rb.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rc.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rc.png
deleted file mode 100644
index e468857cd0..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rc.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rt.png b/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rt.png
deleted file mode 100644
index 576715ffce..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/alignments_rt.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/cursorTest.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/cursorTest.qml
deleted file mode 100644
index f7fb3e7ced..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/cursorTest.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 1.0
-
-Rectangle { width: 300; height: 300; color: "white"
- TextEdit { text: "Hello world!"; id: textEditObject; objectName: "textEditObject"
- anchors.fill: parent
- resources: [ Component { id:cursor; Item { id:cursorInstance; objectName: "cursorInstance" } } ]
- cursorDelegate: cursor
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/geometrySignals.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/geometrySignals.qml
deleted file mode 100644
index fe2ae12246..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/geometrySignals.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import QtQuick 1.0
-
-Item {
- width: 400; height: 500;
- property int bindingWidth: text.width
- property int bindingHeight: text.height
-
- TextInput {
- id: text
- anchors.fill: parent
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/horizontalAlignment_RightToLeft.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/horizontalAlignment_RightToLeft.qml
deleted file mode 100644
index 6e739bf2bb..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/horizontalAlignment_RightToLeft.qml
+++ /dev/null
@@ -1,24 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- id: top
- width: 200; height: 70;
-
- property alias horizontalAlignment: text.horizontalAlignment
- property string text: "اختبا"
-
- Rectangle {
- anchors.centerIn: parent
- width: 200
- height: 20
- color: "green"
-
- TextEdit {
- id: text
- objectName: "text"
- anchors.fill: parent
- text: top.text
- focus: true
- }
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/http/ErrItem.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/http/ErrItem.qml
deleted file mode 100644
index fa7dbd107f..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/http/ErrItem.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-Item{
- Fungus{
- palatable: false;
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/http/NormItem.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/http/NormItem.qml
deleted file mode 100644
index 4989193527..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/http/NormItem.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 1.0
-
-Item {
- objectName: "delegateOkay"
- Rectangle { }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTest.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTest.qml
deleted file mode 100644
index 724c058de5..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTest.qml
+++ /dev/null
@@ -1,22 +0,0 @@
-import QtQuick 1.0
-
-Rectangle { width: 300; height: 300; color: "white"
- resources: [
- Component { id:cursorFail; FailItem { objectName: "delegateFail" } },
- Component { id:cursorWait; WaitItem { objectName: "delegateSlow" } },
- Component { id:cursorNorm; NormItem { objectName: "delegateOkay" } },
- Component { id:cursorErr; ErrItem { objectName: "delegateErrorA" } }
- ]
- TextEdit {
- cursorDelegate: cursorFail
- }
- TextEdit {
- cursorDelegate: cursorWait
- }
- TextEdit {
- cursorDelegate: cursorNorm
- }
- TextEdit {
- cursorDelegate: cursorErr
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestFail1.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestFail1.qml
deleted file mode 100644
index 6dcf7855f4..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestFail1.qml
+++ /dev/null
@@ -1,18 +0,0 @@
-import QtQuick 1.0
-
-Rectangle { width: 300; height: 300; color: "white"
- resources: [
- Component { id:cursorFail; FailItem { objectName: "delegateFail" } },
- Component { id:cursorWait; WaitItem { objectName: "delegateSlow" } },
- Component { id:cursorNorm; NormItem { objectName: "delegateOkay" } }
- ]
- TextEdit {
- cursorDelegate: cursorFail
- }
- TextEdit {
- cursorDelegate: cursorWait
- }
- TextEdit {
- cursorDelegate: cursorNorm
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestFail2.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestFail2.qml
deleted file mode 100644
index 5f441d0db6..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestFail2.qml
+++ /dev/null
@@ -1,18 +0,0 @@
-import QtQuick 1.0
-
-Rectangle { width: 300; height: 300; color: "white"
- resources: [
- Component { id:cursorWait; WaitItem { objectName: "delegateSlow" } },
- Component { id:cursorNorm; NormItem { objectName: "delegateOkay" } },
- Component { id:cursorErr; ErrItem { objectName: "delegateErrorA" } }
- ]
- TextEdit {
- cursorDelegate: cursorWait
- }
- TextEdit {
- cursorDelegate: cursorNorm
- }
- TextEdit {
- cursorDelegate: cursorErr
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestPass.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestPass.qml
deleted file mode 100644
index 95f5d87eb7..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/http/cursorHttpTestPass.qml
+++ /dev/null
@@ -1,18 +0,0 @@
-import QtQuick 1.0
-
-Rectangle { width: 300; height: 300; color: "white"
- resources: [
- Component { id:cursorWait; WaitItem { objectName: "delegateSlow" } },
- Component { id:cursorNorm; NormItem { objectName: "delegateOkay" } }
- ]
- TextEdit {
- cursorDelegate: cursorWait
- text: "Hello"
- }
- TextEdit {
- objectName: "textEditObject"
- cursorDelegate: cursorNorm
- focus: true;
- text: "Hello"
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/http/qmldir b/tests/auto/qtquick1/qdeclarativetextedit/data/http/qmldir
deleted file mode 100644
index 886e6ffec0..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/http/qmldir
+++ /dev/null
@@ -1,4 +0,0 @@
-ErrItem ErrItem.qml
-NormItem NormItem.qml
-FailItem FailItem.qml
-WaitItem WaitItem.qml
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/httpfail/FailItem.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/httpfail/FailItem.qml
deleted file mode 100644
index 466eb9d2f1..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/httpfail/FailItem.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 1.0
-
-Item {
- Rectangle { }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/httpslow/WaitItem.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/httpslow/WaitItem.qml
deleted file mode 100644
index 466eb9d2f1..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/httpslow/WaitItem.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 1.0
-
-Item {
- Rectangle { }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/inputmethodhints.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/inputmethodhints.qml
deleted file mode 100644
index 7df17f2158..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/inputmethodhints.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- text: "Hello world!"
- inputMethodHints: Qt.ImhNoPredictiveText
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_default.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_default.qml
deleted file mode 100644
index 22a9871306..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_default.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: false
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false.qml
deleted file mode 100644
index 22a9871306..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: false
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false_readonly.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false_readonly.qml
deleted file mode 100644
index 4aea61160f..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false_readonly.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: false
- readOnly: true
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false_words.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false_words.qml
deleted file mode 100644
index f8d2e4e2f2..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_false_words.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.1
-
-TextEdit {
- focus: true
- text: "0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: false
- mouseSelectionMode: TextEdit.SelectWords
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_multiline.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_multiline.qml
deleted file mode 100644
index af23f6d91c..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_multiline.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.1
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRS\nTUVWXYZ"
- selectByMouse: true
- mouseSelectionMode: TextInput.SelectWords
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true.qml
deleted file mode 100644
index d61da46f48..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: true
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true_readonly.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true_readonly.qml
deleted file mode 100644
index 959e683721..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true_readonly.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: true
- readOnly: true
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true_words.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true_words.qml
deleted file mode 100644
index f58fd45837..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselection_true_words.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.1
-
-TextEdit {
- focus: true
- text: "0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: true
- mouseSelectionMode: TextEdit.SelectWords
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_characters.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_characters.qml
deleted file mode 100644
index 5784e1960b..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_characters.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.1
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: true
- mouseSelectionMode: TextEdit.SelectCharacters
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_default.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_default.qml
deleted file mode 100644
index 1e5f4aac88..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_default.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.1
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: true
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_words.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_words.qml
deleted file mode 100644
index 4b25f2f890..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/mouseselectionmode_words.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.1
-
-TextEdit {
- focus: true
- text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- selectByMouse: true
- mouseSelectionMode: TextEdit.SelectWords
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/navigation.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/navigation.qml
deleted file mode 100644
index 0e1caf6e23..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/navigation.qml
+++ /dev/null
@@ -1,24 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- property variant myInput: input
-
- width: 800; height: 600; color: "blue"
-
- Item {
- id: firstItem;
- KeyNavigation.right: input
- }
-
- TextEdit { id: input; focus: true
- KeyNavigation.left: firstItem
- KeyNavigation.right: lastItem
- KeyNavigation.up: firstItem
- KeyNavigation.down: lastItem
- text: "a"
- }
- Item {
- id: lastItem
- KeyNavigation.left: input
- }
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/positionAt.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/positionAt.qml
deleted file mode 100644
index e01013560b..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/positionAt.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- focus: true
- objectName: "myInput"
- width: 50
- height: 25
- text: "This is\n a long piece of text"
-}
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/readOnly.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/readOnly.qml
deleted file mode 100644
index 36177d3be8..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/readOnly.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- property variant myInput: input
-
- width: 800; height: 600; color: "blue"
-
- TextEdit { id: input; focus: true
- readOnly: true
- text: "I am the very model of a modern major general.\n"
- }
-}