Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-01-16 19:27:50 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-24 16:00:43 +0300
commitd0943439b7e6b6c001e3097471927358a14ad0cc (patch)
tree4ce0d3a1e5c4b7d556ec8ff2b84b57251cb1f376 /test
parentca09cba42c52ec6540361e7c499bc1fb4bd6aa5f (diff)
Move oauth from ui -> libsync
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
-rw-r--r--test/testoauth.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index b7d4ee5e4..7c1dcda17 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -84,7 +84,7 @@ list(APPEND FolderMan_SRC ${FolderWatcher_SRC})
list(APPEND FolderMan_SRC stub.cpp )
owncloud_add_test(FolderMan "${FolderMan_SRC}")
-owncloud_add_test(OAuth "syncenginetestutils.h;../src/gui/creds/oauth.cpp")
+owncloud_add_test(OAuth "syncenginetestutils.h")
configure_file(test_journal.db "${PROJECT_BINARY_DIR}/bin/test_journal.db" COPYONLY)
diff --git a/test/testoauth.cpp b/test/testoauth.cpp
index f04e9ad0b..31320e5fd 100644
--- a/test/testoauth.cpp
+++ b/test/testoauth.cpp
@@ -8,7 +8,7 @@
#include <QtTest/QtTest>
#include <QDesktopServices>
-#include "gui/creds/oauth.h"
+#include "libsync/creds/oauth.h"
#include "syncenginetestutils.h"
#include "theme.h"
#include "common/asserts.h"