aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/error-info
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-05-02 17:50:38 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-05-03 08:34:46 +0000
commit76dc76862e5ba27f2fcc1f67e2ad1b0b2543b0ed (patch)
tree5cc23471c9a3cbb438616d9ced06c4d054e49471 /tests/auto/blackbox/testdata/error-info
parent1ff2053031b3fa5b1a04be7c8f11c5ddf5e52de4 (diff)
Fix warnings in tst_blackbox::errorInfo
Set the name of the product in the test. Otherwise it will be named "project" (because it resides in project.qbs) and confuse us with warnings a la "Unknown property: project.fail1". Change-Id: I03ac4cd12f339637455529979ea3dfc95971fe9f Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/error-info')
-rw-r--r--tests/auto/blackbox/testdata/error-info/project.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/error-info/project.qbs b/tests/auto/blackbox/testdata/error-info/project.qbs
index f2c65597f..a830be36c 100644
--- a/tests/auto/blackbox/testdata/error-info/project.qbs
+++ b/tests/auto/blackbox/testdata/error-info/project.qbs
@@ -11,6 +11,7 @@ Project {
property bool fail7: false
Product {
+ name: "myproduct"
type: ["foo", "bar"]
Rule {