summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-10-13 15:07:31 +0200
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-10-13 14:04:17 +0000
commitbc67114d5391c5da13070997e06ad115e33227c0 (patch)
treef3247cf32464b8c872ea4b1e44990c10261d9a06 /tests
parent250c8d662b43f97d485e9833e9a3df2daa2c1d63 (diff)
downloadqt-creator-bc67114d5391c5da13070997e06ad115e33227c0.tar.gz
Tests: Fix compilation of templateengine.qbs
"Duplicate product name 'StringUtils autotest" - looks like a copy/paste error from coming from tests/auto/utils/stringutils/stringutils.qbs. Change-Id: Ibf6088eea4471e6248581a02839a4d8ba9bc73ef Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/utils/templateengine/templateengine.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/utils/templateengine/templateengine.qbs b/tests/auto/utils/templateengine/templateengine.qbs
index 3dfc1c3238..b31ebdcd1b 100644
--- a/tests/auto/utils/templateengine/templateengine.qbs
+++ b/tests/auto/utils/templateengine/templateengine.qbs
@@ -1,7 +1,7 @@
import qbs
QtcAutotest {
- name: "StringUtils autotest"
+ name: "TemplateEngine autotest"
Depends { name: "Utils" }
files: "tst_templateengine.cpp"
}