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:
authorOlivier Goffart <ogoffart@woboq.com>2014-09-18 21:58:04 +0400
committerOlivier Goffart <ogoffart@woboq.com>2014-09-18 21:58:04 +0400
commiteab488e64f2152640c95e19a2992de9c4d034482 (patch)
tree03756d0cab448bc2e360f9205420c054b9214728 /test
parent50e718b1e7a9c6119c6e52f58353ec76f3c1b908 (diff)
compile after merge
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
-rw-r--r--test/testnetrcparser.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 8c1ae5c93..6c57b08d3 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -26,6 +26,6 @@ if( UNIX AND NOT APPLE )
endif(UNIX AND NOT APPLE)
owncloud_add_test(CSyncSqlite "")
-owncloud_add_test(NetrcParser ../src/owncloudcmd/netrcparser.cpp)
+owncloud_add_test(NetrcParser ../src/cmd/netrcparser.cpp)
diff --git a/test/testnetrcparser.h b/test/testnetrcparser.h
index 4ace249dc..404c57e25 100644
--- a/test/testnetrcparser.h
+++ b/test/testnetrcparser.h
@@ -9,7 +9,7 @@
#include <QtTest>
-#include "owncloudcmd/netrcparser.h"
+#include "cmd/netrcparser.h"
using namespace Mirall;