зеркало из https://github.com/nextcloud/desktop.git
Fix tests
This commit is contained in:
Родитель
d57d3cf1f6
Коммит
1297ac77b9
|
@ -18,5 +18,5 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
QString dir="/tmp/linktest/";
|
||||
QDir().mkpath(dir);
|
||||
Mirall::Utility::setupFavLink(dir);
|
||||
OCC::Utility::setupFavLink(dir);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Torture for Mirall
|
||||
==================
|
||||
Torture for ownCloud Client
|
||||
===========================
|
||||
|
||||
This is a set of scripts comprising of two parts:
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "utility.h"
|
||||
#include "folder.h"
|
||||
|
||||
using namespace Mirall;
|
||||
using namespace OCC;
|
||||
|
||||
class TestFolder: public QObject
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "folderwatcher_linux.h"
|
||||
#include "utility.h"
|
||||
|
||||
using namespace Mirall;
|
||||
using namespace OCC;
|
||||
|
||||
class TestFolderWatcher : public QObject
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "folderwatcher_linux.h"
|
||||
#include "utility.h"
|
||||
|
||||
using namespace Mirall;
|
||||
using namespace OCC;
|
||||
|
||||
class TestInotifyWatcher: public FolderWatcherPrivate
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "cmd/netrcparser.h"
|
||||
|
||||
using namespace Mirall;
|
||||
using namespace OCC;
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "ownsql.h"
|
||||
|
||||
using namespace Mirall;
|
||||
using namespace OCC;
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "libsync/syncjournaldb.h"
|
||||
#include "libsync/syncjournalfilerecord.h"
|
||||
|
||||
using namespace Mirall;
|
||||
using namespace OCC;
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "updater/updater.h"
|
||||
#include "updater/ocupdater.h"
|
||||
|
||||
using namespace Mirall;
|
||||
using namespace OCC;
|
||||
|
||||
class TestUpdater : public QObject
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "utility.h"
|
||||
|
||||
using namespace Mirall::Utility;
|
||||
using namespace OCC::Utility;
|
||||
|
||||
class TestUtility : public QObject
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче