summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dummyresourcetest.cpp')
-rw-r--r--tests/dummyresourcetest.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/dummyresourcetest.cpp b/tests/dummyresourcetest.cpp
index 36812c1..ab2ca78 100644
--- a/tests/dummyresourcetest.cpp
+++ b/tests/dummyresourcetest.cpp
@@ -45,6 +45,13 @@ private Q_SLOTS:
45 QVERIFY(factory); 45 QVERIFY(factory);
46 } 46 }
47 47
48 void init()
49 {
50 qDebug();
51 qDebug() << "-----------------------------------------";
52 qDebug();
53 }
54
48 void testProcessCommand() 55 void testProcessCommand()
49 { 56 {
50 flatbuffers::FlatBufferBuilder eventFbb; 57 flatbuffers::FlatBufferBuilder eventFbb;