Skip to content

Commit 0c759b4

Browse files
author
Jakub Wieczorek
committed
Update the XBEL autotest with new XBEL files paths.
1 parent 2587b62 commit 0c759b4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

autotests/xbel/tst_xbel.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
*/
1919

2020
#include <QtTest/QtTest>
21-
#include <xbel.h>
21+
22+
#include "bookmarknode.h"
23+
#include "xbelreader.h"
24+
#include "xbelwriter.h"
2225

2326
class tst_Xbel : public QObject
2427
{

autotests/xbel/xbel.pro

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,13 @@ INCLUDEPATH += .
66
include(../autotests.pri)
77

88
# Input
9-
SOURCES = tst_xbel.cpp xbel.cpp
10-
HEADERS = xbel.h
9+
SOURCES = \
10+
tst_xbel.cpp \
11+
bookmarks/bookmarknode.cpp \
12+
bookmarks/xbel/xbelreader.cpp \
13+
bookmarks/xbel/xbelwriter.cpp
14+
15+
HEADERS = \
16+
bookmarks/bookmarknode.h \
17+
bookmarks/xbel/xbelreader.h \
18+
bookmarks/xbel/xbelwriter.h

0 commit comments

Comments
 (0)