summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-01-06 11:17:50 +0100
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-01-06 12:22:39 +0000
commit33d273813c118b242848dff7e7ed52472f713dd8 (patch)
tree82fc9a10707e0a2154f5b530d8e09ed1233be53e /tests
parent637739318dca0b1f8b44388709801b2955f9306f (diff)
Fix typos.
Change-Id: Ib31a522f78fd9905e2a3d8d92b8fe10bcf7354d7 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmodbusclient/tst_qmodbusclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qmodbusclient/tst_qmodbusclient.cpp b/tests/auto/qmodbusclient/tst_qmodbusclient.cpp
index 7abcc11..a4c381f 100644
--- a/tests/auto/qmodbusclient/tst_qmodbusclient.cpp
+++ b/tests/auto/qmodbusclient/tst_qmodbusclient.cpp
@@ -386,7 +386,7 @@ private slots:
QTEST(request.isValid(), "isValid");
}
- void testPrivatecreateRWRequest_data()
+ void testPrivateCreateRWRequest_data()
{
QTest::addColumn<QModbusDataUnit::RegisterType>("rc");
QTest::addColumn<int>("address");
@@ -409,7 +409,7 @@ private slots:
<< QByteArray::fromHex("0001000200010002046b056b05") << true;
}
- void testPrivatecreateRWRequest()
+ void testPrivateCreateRWRequest()
{
QFETCH(QModbusDataUnit::RegisterType, rc);
QFETCH(int, address);