We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911ee81 commit 79d2972Copy full SHA for 79d2972
unittests/tst_mklshelpertest.cpp
@@ -14,7 +14,7 @@ class LsHelperTest : public QObject
14
15
private Q_SLOTS:
16
void testCase1();
17
- void testBadRecvingDataType();
+ void testBadReceivingDataType();
18
void testCaseService();
19
void testBadHostBadPort();
20
void testLoadHostData();
@@ -40,7 +40,7 @@ void LsHelperTest::testCase1()
40
mkhelper.disconnectFromService();
41
}
42
43
-void LsHelperTest::testBadRecvingDataType()
+void LsHelperTest::testBadReceivingDataType()
44
{
45
QVERIFY(true == mkhelper.connectToService());
46
mkhelper.clearData();
0 commit comments