This commit is contained in:
Daniel Molkentin 2014-11-09 22:36:49 +01:00
Родитель d57d3cf1f6
Коммит 1297ac77b9
10 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -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
{