aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickborderimage/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qquickborderimage/data')
-rw-r--r--tests/auto/declarative/qquickborderimage/data/colors-mirror.pngbin5554 -> 0 bytes
-rw-r--r--tests/auto/declarative/qquickborderimage/data/colors-round-quotes.sci7
-rw-r--r--tests/auto/declarative/qquickborderimage/data/colors-round-remote.sci7
-rw-r--r--tests/auto/declarative/qquickborderimage/data/colors-round.sci7
-rw-r--r--tests/auto/declarative/qquickborderimage/data/colors.pngbin1655 -> 0 bytes
-rw-r--r--tests/auto/declarative/qquickborderimage/data/heart200.pngbin7943 -> 0 bytes
-rw-r--r--tests/auto/declarative/qquickborderimage/data/invalid.sci7
-rw-r--r--tests/auto/declarative/qquickborderimage/data/mirror.qml7
8 files changed, 0 insertions, 35 deletions
diff --git a/tests/auto/declarative/qquickborderimage/data/colors-mirror.png b/tests/auto/declarative/qquickborderimage/data/colors-mirror.png
deleted file mode 100644
index e30870dd1e..0000000000
--- a/tests/auto/declarative/qquickborderimage/data/colors-mirror.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/declarative/qquickborderimage/data/colors-round-quotes.sci b/tests/auto/declarative/qquickborderimage/data/colors-round-quotes.sci
deleted file mode 100644
index 294f3cfe48..0000000000
--- a/tests/auto/declarative/qquickborderimage/data/colors-round-quotes.sci
+++ /dev/null
@@ -1,7 +0,0 @@
-border.left:10
-border.top:20
-border.right:30
-border.bottom:40
-horizontalTileRule:Round
-verticalTileRule:Repeat
-source:"colors.png"
diff --git a/tests/auto/declarative/qquickborderimage/data/colors-round-remote.sci b/tests/auto/declarative/qquickborderimage/data/colors-round-remote.sci
deleted file mode 100644
index c673bed598..0000000000
--- a/tests/auto/declarative/qquickborderimage/data/colors-round-remote.sci
+++ /dev/null
@@ -1,7 +0,0 @@
-border.left:10
-border.top:20
-border.right:30
-border.bottom:40
-horizontalTileRule:Round
-verticalTileRule:Repeat
-source:http://127.0.0.1:14446/colors.png
diff --git a/tests/auto/declarative/qquickborderimage/data/colors-round.sci b/tests/auto/declarative/qquickborderimage/data/colors-round.sci
deleted file mode 100644
index 5d2f49f0e1..0000000000
--- a/tests/auto/declarative/qquickborderimage/data/colors-round.sci
+++ /dev/null
@@ -1,7 +0,0 @@
-border.left:10
-border.top:20
-border.right:30
-border.bottom:40
-horizontalTileRule:Round
-verticalTileRule:Repeat
-source:colors.png
diff --git a/tests/auto/declarative/qquickborderimage/data/colors.png b/tests/auto/declarative/qquickborderimage/data/colors.png
deleted file mode 100644
index dfb62f3d64..0000000000
--- a/tests/auto/declarative/qquickborderimage/data/colors.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/declarative/qquickborderimage/data/heart200.png b/tests/auto/declarative/qquickborderimage/data/heart200.png
deleted file mode 100644
index 5a31ae8f4d..0000000000
--- a/tests/auto/declarative/qquickborderimage/data/heart200.png
+++ /dev/null
Binary files differ
diff --git a/tests/auto/declarative/qquickborderimage/data/invalid.sci b/tests/auto/declarative/qquickborderimage/data/invalid.sci
deleted file mode 100644
index 98c72c9bf1..0000000000
--- a/tests/auto/declarative/qquickborderimage/data/invalid.sci
+++ /dev/null
@@ -1,7 +0,0 @@
-border.left:10
-border.top:20
-border.down:30
-border.up:40
-horizontalTileRule:Roun
-verticalTileRule:Repea
-source:colors.png
diff --git a/tests/auto/declarative/qquickborderimage/data/mirror.qml b/tests/auto/declarative/qquickborderimage/data/mirror.qml
deleted file mode 100644
index abab076e08..0000000000
--- a/tests/auto/declarative/qquickborderimage/data/mirror.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 2.0
-
-BorderImage {
- source: "colors-mirror.png"
- width: 300; height: 300
- border { top: 30; right: 30; bottom: 30; left: 30 }
-}