aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2017-09-01 10:19:57 +0200
committerChristian Stenger <christian.stenger@qt.io>2017-09-04 13:45:54 +0000
commitd9974ec6d55532a338ec2cff91acb2d31b302e8e (patch)
tree27d1a543adc73bb704076cec0d6c2e695f6b4cc7 /doc
parent2aab5510eda74b36345ef80b3914472ceb0d5982 (diff)
AutoTest: Remove 'Settings' from options string
This string is displayed on the settings dialog - remove the obvious. Change-Id: I5352f9e0f3a2ca16965a5bf4d8513d639dd3e5d8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-autotest.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/howto/creator-autotest.qdoc b/doc/src/howto/creator-autotest.qdoc
index 2bd3ad5cf7..ac54307b65 100644
--- a/doc/src/howto/creator-autotest.qdoc
+++ b/doc/src/howto/creator-autotest.qdoc
@@ -201,7 +201,7 @@
If a test takes more than a minute to execute, the default timeout might
stop the test execution. To increase the timeout, select \uicontrol Tools >
- \uicontrol Options > \uicontrol {Test Settings} > \uicontrol General.
+ \uicontrol Options > \uicontrol {Testing} > \uicontrol General.
\section2 Selecting Tests to Run
@@ -220,7 +220,7 @@
You can add filters to specify the directories within the current project
to scan for tests. Select \uicontrol Tools > \uicontrol Options >
- \uicontrol {Test Settings} > \uicontrol General > \uicontrol Add, and
+ \uicontrol {Testing} > \uicontrol General > \uicontrol Add, and
specify paths to the directories to scan for tests. Wildcards are not
supported in the filter expressions.
@@ -242,7 +242,7 @@
several times in order to get an accurate measurement. This depends on the
measurement back-end that you can select in the
\uicontrol {Benchmark Metrics} group in \uicontrol Tools >
- \uicontrol Options > \uicontrol {Test Settings} > \uicontrol {Qt Test}:
+ \uicontrol Options > \uicontrol {Testing} > \uicontrol {Qt Test}:
walltime, CPU tick counter, event counter, Valgrind Callgrind, and Linux
Perf. For more information, see \l{Creating a Benchmark}.
@@ -260,7 +260,7 @@
\section2 Specifying Settings for Running Google Tests
To specify settings for running Google tests, select \uicontrol Tools >
- \uicontrol Options > \uicontrol {Test Settings} > \uicontrol {Google Test}.
+ \uicontrol Options > \uicontrol {Testing} > \uicontrol {Google Test}.
\image qtcreator-autotests-options-google.png
@@ -286,7 +286,7 @@
can be parsed, which might lead to information loss. The lost information
might be retrievable when viewing the results as plain text.
To view the results of Qt tests as plain text, select \uicontrol Tools >
- \uicontrol Options > \uicontrol {Test Settings} > \uicontrol {Qt Test}, and
+ \uicontrol Options > \uicontrol {Testing} > \uicontrol {Qt Test}, and
then deselect the \uicontrol {Use XML output} check box. Then select the
\inlineimage text.png
(\uicontrol {Switch Between Visual and Text Display}) button in the
@@ -356,7 +356,7 @@
By default, test result output is limited to 100,000 characters. The output
pane is automatically scrolled down when new results are added. To display
full results, select \uicontrol Tools > \uicontrol Options >
- \uicontrol {Test Settings} > \uicontrol General, and then deselect the
+ \uicontrol {Testing} > \uicontrol General, and then deselect the
\uicontrol {Limit result output} check box. To disable automatic scrolling,
deselect the \uicontrol {Automatically scroll results} check box.