diff options
Diffstat (limited to 'tests/genericfacadetest.cpp')
-rw-r--r-- | tests/genericfacadetest.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/genericfacadetest.cpp b/tests/genericfacadetest.cpp index 183a62a..67320c3 100644 --- a/tests/genericfacadetest.cpp +++ b/tests/genericfacadetest.cpp | |||
@@ -13,6 +13,11 @@ | |||
13 | #include "event_generated.h" | 13 | #include "event_generated.h" |
14 | 14 | ||
15 | 15 | ||
16 | /** | ||
17 | * Test for the generic facade implementation. | ||
18 | * | ||
19 | * This test doesn't use the actual storage and thus only tests the update logic of the facade. | ||
20 | */ | ||
16 | class GenericFacadeTest : public QObject | 21 | class GenericFacadeTest : public QObject |
17 | { | 22 | { |
18 | Q_OBJECT | 23 | Q_OBJECT |