summaryrefslogtreecommitdiffstats
path: root/tests/testparse.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2016-12-27 13:31:30 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-27 08:27:21 -0800
commit27b4ef321ade223902ab083aa5a100962c7295f9 (patch)
tree5b6a8b7f3ef6123cf24988e59329edf319252027 /tests/testparse.cpp
parenta842e44b685dbb7e34df317a8beacff747cee6bd (diff)
downloadsubsurface-27b4ef321ade223902ab083aa5a100962c7295f9.tar.gz
Correctly open the resource file
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testparse.cpp')
-rw-r--r--tests/testparse.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp
index 8d4cedb43..e9d313e5d 100644
--- a/tests/testparse.cpp
+++ b/tests/testparse.cpp
@@ -4,6 +4,12 @@
#include "core/divelist.h"
#include <QTextStream>
+void TestParse::initTestCase()
+{
+ /* we need to manually tell that the resource exists, because we are using it as library. */
+ Q_INIT_RESOURCE(subsurface);
+}
+
char *intdup(int index)
{
char tmpbuf[21];