From facf085fbcf614a25c6cfdff39ad80a46180a322 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Wed, 10 Jun 2020 10:51:54 +0200 Subject: 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 --- tests/manual/scenegraph_lancelot/data/text/text_style.qml | 2 +- tests/manual/scenegraph_lancelot/data/text/text_style_color.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/manual/scenegraph_lancelot/data') 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" -- cgit v1.2.3