summaryrefslogtreecommitdiffstats
path: root/tests/domainadaptortest.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/domainadaptortest.cpp
parent31e19575f79e42a9bbf20398539ac9a1de4dac86 (diff)
downloadsink-9cdb03ed685901b477db46be98b6e272c299b821.tar.gz
sink-9cdb03ed685901b477db46be98b6e272c299b821.zip
Documentation on what tests are supposed to test.
Diffstat (limited to 'tests/domainadaptortest.cpp')
-rw-r--r--tests/domainadaptortest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/domainadaptortest.cpp b/tests/domainadaptortest.cpp
index ccf9a3c..f2300cb 100644
--- a/tests/domainadaptortest.cpp
+++ b/tests/domainadaptortest.cpp
@@ -22,6 +22,9 @@ public:
22 } 22 }
23}; 23};
24 24
25/**
26 * Test of domain adaptor, that it can read and write buffers.
27 */
25class DomainAdaptorTest : public QObject 28class DomainAdaptorTest : public QObject
26{ 29{
27 Q_OBJECT 30 Q_OBJECT