aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/text
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-06-10 10:51:54 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-06-10 10:51:53 +0000
commitfacf085fbcf614a25c6cfdff39ad80a46180a322 (patch)
tree1da5e293916bd8d320d783aa73d4ee4d8ffcead3 /tests/manual/scenegraph_lancelot/data/text
parent2ebdc9dc76528e154b48d91f2e372430ecf2ddf8 (diff)
Remove quality evaluation in test string
It is not the test's place to evaluate the quality of the outline shader (which also looks perfectly fine unless you don't really like outlined text). And it looks unprofessional to use rude words to describe our code in manual tests. Strings in lancelot tests are also inefficient ways of reporting and tracking bugs if that was the intended use of this. Pick-to: 5.15 Change-Id: Ib9fdb4e56539b9b02f8b3f1d06eb3e3beb51f8ef Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data/text')
-rw-r--r--tests/manual/scenegraph_lancelot/data/text/text_style.qml2
-rw-r--r--tests/manual/scenegraph_lancelot/data/text/text_style_color.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/text/text_style.qml b/tests/manual/scenegraph_lancelot/data/text/text_style.qml
index 4155709835..45c46a86c6 100644
--- a/tests/manual/scenegraph_lancelot/data/text/text_style.qml
+++ b/tests/manual/scenegraph_lancelot/data/text/text_style.qml
@@ -22,7 +22,7 @@ Item {
anchors.top: text_0000.bottom
anchors.left: parent.left
width: 150
- text: "The quick brown fox jumps over the lazy dog. 0123456789. style: Outline (looks a bit shit)"
+ text: "The quick brown fox jumps over the lazy dog. 0123456789. style: Outline"
style: Text.Outline
color: "black"
font.family: "Helvetica"
diff --git a/tests/manual/scenegraph_lancelot/data/text/text_style_color.qml b/tests/manual/scenegraph_lancelot/data/text/text_style_color.qml
index 4986312bf2..06400c9999 100644
--- a/tests/manual/scenegraph_lancelot/data/text/text_style_color.qml
+++ b/tests/manual/scenegraph_lancelot/data/text/text_style_color.qml
@@ -23,7 +23,7 @@ Item {
anchors.top: text_0000.bottom
anchors.left: parent.left
width: 150
- text: "The quick brown fox jumps over the lazy dog. 0123456789. style: Outline (looks a bit shit)"
+ text: "The quick brown fox jumps over the lazy dog. 0123456789. style: Outline"
style: Text.Outline
styleColor: "blue"
color: "black"