summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-11-05 20:33:20 +0100
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-11-06 09:11:58 +0000
commit62310f35defa18fc22aaa1d77f43033467c5b625 (patch)
tree9bb7a31fb87b48908b96bfb894ccc12d0570d63d /tests
parentd0deba1cfae95d310dfa72a0d73919e123b307ee (diff)
Remove extra newlines. Whitespace only change.
Change-Id: I941cfc5d30c65a6805f289263a6b0c1774f642b4 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmodbusreply/tst_qmodbusreply.cpp3
-rw-r--r--tests/auto/qmodbusserver/tst_qmodbusserver.cpp1
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qmodbusreply/tst_qmodbusreply.cpp b/tests/auto/qmodbusreply/tst_qmodbusreply.cpp
index fa2e66d..f401ca9 100644
--- a/tests/auto/qmodbusreply/tst_qmodbusreply.cpp
+++ b/tests/auto/qmodbusreply/tst_qmodbusreply.cpp
@@ -76,7 +76,6 @@ private slots:
void tst_setResult();
};
-
void tst_QModbusReply::tst_ctor()
{
QModbusReply r(1, this);
@@ -143,8 +142,6 @@ void tst_QModbusReply::tst_setError_data()
QTest::newRow("NoError-empty") << QModbusReply::NoError << QString();
QTest::newRow("TimeoutError") << QModbusReply::TimeoutError << QString("TimeoutError");
QTest::newRow("ReplyAbortedError") << QModbusReply::ReplyAbortedError << QString("AbortedError");
-
-
}
void tst_QModbusReply::tst_setError()
diff --git a/tests/auto/qmodbusserver/tst_qmodbusserver.cpp b/tests/auto/qmodbusserver/tst_qmodbusserver.cpp
index af7d7ca..77f7bf6 100644
--- a/tests/auto/qmodbusserver/tst_qmodbusserver.cpp
+++ b/tests/auto/qmodbusserver/tst_qmodbusserver.cpp
@@ -335,7 +335,6 @@ private slots:
// response, equals request
QCOMPARE(response.data(), QByteArray::fromHex("000000ffabcd"));
-
//subfunction 01
//TODO: impossible due to connectDevice() asking open() which is pure virtual
//validate this in qmodbustcpserver and qmodbusrtuslave