@@ -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
#include "folderwatcher_linux.h"
class TestFolderWatcher : public QObject
@@ -12,7 +12,7 @@
class TestInotifyWatcher: public FolderWatcherPrivate
@@ -11,7 +11,7 @@
#include "cmd/netrcparser.h"
namespace {
#include "ownsql.h"
@@ -14,7 +14,7 @@
#include "libsync/syncjournaldb.h"
#include "libsync/syncjournalfilerecord.h"
#include "updater/updater.h"
#include "updater/ocupdater.h"
class TestUpdater : public QObject
-using namespace Mirall::Utility;
+using namespace OCC::Utility;
class TestUtility : public QObject