kdeconnect-kde/tests
Albert Vaca Cintora 5796b561bf Simplify the code that reads from the socket line by line
Since sockets are buffered `QIODevices` we can use `canReadLine()` to check
if we have a full line, instead of using a custom `SocketLineReader` class
(and the copy-pasted `DeviceLineReader` in the Bluetooth backend). 

We can also loop through all the lines instead of queuing calls to `dataReceived`.

And we don't need transactions.
2023-07-10 15:58:56 +00:00
..
CMakeLists.txt Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
networkpackettests.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
pluginloadtest.cpp Refactor PairingHandler 2023-06-02 16:38:52 +00:00
sendfiletest.cpp Add DeviceInfo class 2023-06-27 11:10:59 +00:00
testdaemon.h Further KIO::AccessManager cleanup 2023-04-10 08:29:48 +00:00
testdevice.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
testdevice.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
testsmshelper.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00