[Box Backup-dev] COMMIT r656 - in box/chris/general/test: backupstore backupstorefix backupstorepatch basicserver bbackupd
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 19 Jul 2006 18:45:59 +0000 (GMT)
Author: chris
Date: 2006-07-19 18:45:51 +0000 (Wed, 19 Jul 2006)
New Revision: 656
Modified:
box/chris/general/test/backupstore/testbackupstore.cpp
box/chris/general/test/backupstorefix/testbackupstorefix.cpp
box/chris/general/test/backupstorepatch/testbackupstorepatch.cpp
box/chris/general/test/basicserver/testbasicserver.cpp
box/chris/general/test/bbackupd/testbbackupd.cpp
Log:
* test/backupstore/testbackupstore.cpp
* test/backupstorepatch/testbackupstorepatch.cpp
* test/basicserver/testbasicserver.cpp
* test/backupstorefix/testbackupstorefix.cpp
* test/bbackupd/testbbackupd.cpp
- Include ServerControl.h in tests to give access to HupServer, KillServer
Modified: box/chris/general/test/backupstore/testbackupstore.cpp
===================================================================
--- box/chris/general/test/backupstore/testbackupstore.cpp 2006-07-19 18:44:28 UTC (rev 655)
+++ box/chris/general/test/backupstore/testbackupstore.cpp 2006-07-19 18:45:51 UTC (rev 656)
@@ -33,6 +33,7 @@
#include "MemBlockStream.h"
#include "BackupClientFileAttributes.h"
#include "BackupClientCryptoKeys.h"
+#include "ServerControl.h"
#include "MemLeakFindOn.h"
Modified: box/chris/general/test/backupstorefix/testbackupstorefix.cpp
===================================================================
--- box/chris/general/test/backupstorefix/testbackupstorefix.cpp 2006-07-19 18:44:28 UTC (rev 655)
+++ box/chris/general/test/backupstorefix/testbackupstorefix.cpp 2006-07-19 18:45:51 UTC (rev 656)
@@ -29,6 +29,7 @@
#include "RaidFileException.h"
#include "StoreStructure.h"
#include "BackupStoreFileWire.h"
+#include "ServerControl.h"
#include "MemLeakFindOn.h"
Modified: box/chris/general/test/backupstorepatch/testbackupstorepatch.cpp
===================================================================
--- box/chris/general/test/backupstorepatch/testbackupstorepatch.cpp 2006-07-19 18:44:28 UTC (rev 655)
+++ box/chris/general/test/backupstorepatch/testbackupstorepatch.cpp 2006-07-19 18:45:51 UTC (rev 656)
@@ -35,6 +35,7 @@
#include "MemBlockStream.h"
#include "BackupClientFileAttributes.h"
#include "BackupClientCryptoKeys.h"
+#include "ServerControl.h"
#include "MemLeakFindOn.h"
Modified: box/chris/general/test/basicserver/testbasicserver.cpp
===================================================================
--- box/chris/general/test/basicserver/testbasicserver.cpp 2006-07-19 18:44:28 UTC (rev 655)
+++ box/chris/general/test/basicserver/testbasicserver.cpp 2006-07-19 18:45:51 UTC (rev 656)
@@ -28,10 +28,10 @@
#include "TestContext.h"
#include "autogen_TestProtocolClient.h"
#include "autogen_TestProtocolServer.h"
+#include "ServerControl.h"
#include "MemLeakFindOn.h"
-
#define SERVER_LISTEN_PORT 2003
// in ms
Modified: box/chris/general/test/bbackupd/testbbackupd.cpp
===================================================================
--- box/chris/general/test/bbackupd/testbbackupd.cpp 2006-07-19 18:44:28 UTC (rev 655)
+++ box/chris/general/test/bbackupd/testbbackupd.cpp 2006-07-19 18:45:51 UTC (rev 656)
@@ -46,6 +46,7 @@
#include "Utils.h"
#include "BoxTime.h"
#include "BoxTimeToUnix.h"
+#include "ServerControl.h"
#include "MemLeakFindOn.h"