Daniel Molkentin 11 роки тому
батько
коміт
1297ac77b9

+ 1 - 1
test/manual/favlink/main.cpp

@@ -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);
 }

+ 2 - 2
test/scripts/README.rst

@@ -1,5 +1,5 @@
-Torture for Mirall
-==================
+Torture for ownCloud Client
+===========================
 
 This is a set of scripts comprising of two parts:
 

+ 1 - 1
test/testfolder.h

@@ -13,7 +13,7 @@
 #include "utility.h"
 #include "folder.h"
 
-using namespace Mirall;
+using namespace OCC;
 
 class TestFolder: public QObject
 {

+ 1 - 1
test/testfolderwatcher.h

@@ -13,7 +13,7 @@
 #include "folderwatcher_linux.h"
 #include "utility.h"
 
-using namespace Mirall;
+using namespace OCC;
 
 class TestFolderWatcher : public QObject
 {

+ 1 - 1
test/testinotifywatcher.h

@@ -12,7 +12,7 @@
 #include "folderwatcher_linux.h"
 #include "utility.h"
 
-using namespace Mirall;
+using namespace OCC;
 
 class TestInotifyWatcher: public FolderWatcherPrivate
 {

+ 1 - 1
test/testnetrcparser.h

@@ -11,7 +11,7 @@
 
 #include "cmd/netrcparser.h"
 
-using namespace Mirall;
+using namespace OCC;
 
 namespace {
 

+ 1 - 1
test/testownsql.h

@@ -13,7 +13,7 @@
 
 #include "ownsql.h"
 
-using namespace Mirall;
+using namespace OCC;
 
 namespace {
 

+ 1 - 1
test/testsyncjournaldb.h

@@ -14,7 +14,7 @@
 #include "libsync/syncjournaldb.h"
 #include "libsync/syncjournalfilerecord.h"
 
-using namespace Mirall;
+using namespace OCC;
 
 namespace {
 

+ 1 - 1
test/testupdater.h

@@ -12,7 +12,7 @@
 #include "updater/updater.h"
 #include "updater/ocupdater.h"
 
-using namespace Mirall;
+using namespace OCC;
 
 class TestUpdater : public QObject
 {

+ 1 - 1
test/testutility.h

@@ -11,7 +11,7 @@
 
 #include "utility.h"
 
-using namespace Mirall::Utility;
+using namespace OCC::Utility;
 
 class TestUtility : public QObject
 {