summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2017-03-21 14:52:57 +0100
committerChristian Stenger <christian.stenger@qt.io>2017-03-21 14:40:03 +0000
commitb82f26d3b8890873c72cb50d21346d401aa2a797 (patch)
treeda5b0bad8e9aa88896e2f67e378de889eea14e32 /doc
parente8a481744d385bc94923c07a45190104e1c21c74 (diff)
downloadqt-creator-b82f26d3b8890873c72cb50d21346d401aa2a797.tar.gz
Doc: Adjust documentation for AutoTest wizard
Change-Id: I2483c4270bbcce22182034f974ec4b053e515274 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-autotest.qdoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/howto/creator-autotest.qdoc b/doc/src/howto/creator-autotest.qdoc
index 22335df271..b4cebaaac2 100644
--- a/doc/src/howto/creator-autotest.qdoc
+++ b/doc/src/howto/creator-autotest.qdoc
@@ -85,10 +85,9 @@
\endlist
- \QC creates the test in the \c{tests\auto} directory in the project
- directory. Edit the .cpp file to add private slots for each test
- function in your test. For more information about creating Qt tests, see
- \l{Creating a Test}.
+ \QC creates the test in the specified project directory. Edit the .cpp file
+ to add private slots for each test function in your test. For more information
+ about creating Qt tests, see \l{Creating a Test}.
\section2 Creating Google Tests
@@ -133,8 +132,7 @@
\endlist
- \QC creates the test in the \c{tests\auto} directory in the project
- directory.
+ \QC creates the test in the specified project directory.
\section1 Setting Up the Google C++ Testing Framework