summaryrefslogtreecommitdiffstats
path: root/tests/resourcecommunicationtest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-24 12:23:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-24 12:23:51 +0200
commit9cdb03ed685901b477db46be98b6e272c299b821 (patch)
treee3a3be6d5d4705b052d1b93c866e2b9cc7d44ced /tests/resourcecommunicationtest.cpp
parent31e19575f79e42a9bbf20398539ac9a1de4dac86 (diff)
downloadsink-9cdb03ed685901b477db46be98b6e272c299b821.tar.gz
sink-9cdb03ed685901b477db46be98b6e272c299b821.zip
Documentation on what tests are supposed to test.
Diffstat (limited to 'tests/resourcecommunicationtest.cpp')
-rw-r--r--tests/resourcecommunicationtest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/resourcecommunicationtest.cpp b/tests/resourcecommunicationtest.cpp
index 1ab516a..fa2b5a1 100644
--- a/tests/resourcecommunicationtest.cpp
+++ b/tests/resourcecommunicationtest.cpp
@@ -5,6 +5,9 @@
5#include "commands.h" 5#include "commands.h"
6#include "handshake_generated.h" 6#include "handshake_generated.h"
7 7
8/**
9 * Test that resourceaccess and listener work together.
10 */
8class ResourceCommunicationTest : public QObject 11class ResourceCommunicationTest : public QObject
9{ 12{
10 Q_OBJECT 13 Q_OBJECT