summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-05-24 07:17:50 +0200
committerChristian Stenger <christian.stenger@qt.io>2019-05-24 06:24:44 +0000
commit5c6eb0a2bac1cf644cbccf200fc547668e0079ca (patch)
tree88545af84e66aa1700877022a5abca39d2add6ac /doc
parentd8ab335e51c7c2cff9747f8534628ebdafa99cd0 (diff)
downloadqt-creator-5c6eb0a2bac1cf644cbccf200fc547668e0079ca.tar.gz
AutoTest: Further adaption following official terms
GoogleTest started using the term Test Suite for grouping related tests and Test Case for general tests. This patch adapts the visual strings as well as some internal API which used the same terms. This completes 6189745a3b8d3a24627193f9ad8fb18fa84099ed. Change-Id: I0307c10b8b5f8574f31a68ee4320732f3e829532 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-only/creator-autotest.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/howto/creator-only/creator-autotest.qdoc b/doc/src/howto/creator-only/creator-autotest.qdoc
index d5ece2aca0..4c0205eaa1 100644
--- a/doc/src/howto/creator-only/creator-autotest.qdoc
+++ b/doc/src/howto/creator-only/creator-autotest.qdoc
@@ -106,12 +106,12 @@
\li In the \uicontrol {Test framework} field, select
\uicontrol {Google Test}.
+ \li In the \uicontrol {Test suite name} field, enter a name for
+ the test suite.
+
\li In the \uicontrol {Test case name} field, enter a name for
the test case.
- \li In the \uicontrol {Test set name} field, enter a name for
- the test set.
-
\li Select the \uicontrol {Enable C++ 11} check box to
support C++ 11 features in the test.