aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-11-09 17:06:25 +0100
committerMitch Curtis <mitch.curtis@qt.io>2016-11-10 10:12:20 +0000
commita7c24b49fd7ac1a1c2ce7a5671cfae6c9f3351fa (patch)
tree687503d8a2ceaeeb8bdf19e8926c6bff0bc43843
parent6b58ce5251045fb751eb511b2cb3571bcd113f28 (diff)
Doc: replace "the empty string" with "an empty string" in TestCase docs
Change-Id: Idcc23782f2ed382914a74740ad9f2984d7a98f78 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/imports/testlib/TestCase.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml
index ca3e3b0a30..8328f5c027 100644
--- a/src/imports/testlib/TestCase.qml
+++ b/src/imports/testlib/TestCase.qml
@@ -221,7 +221,7 @@ Item {
\qmlproperty string TestCase::name
This property defines the name of the test case for result reporting.
- The default is the empty string.
+ The default value is an empty string.
\code
TestCase {
@@ -763,7 +763,7 @@ Item {
\c{QEXPECT_FAIL(tag, message, Abort)} in C++.
If the test is not data-driven, then \a tag must be set to
- the empty string.
+ an empty string.
\sa expectFailContinue()
*/
@@ -789,7 +789,7 @@ Item {
\c{QEXPECT_FAIL(tag, message, Continue)} in C++.
If the test is not data-driven, then \a tag must be set to
- the empty string.
+ an empty string.
\sa expectFail()
*/