[Box Backup-commit] COMMIT r2841 - box/trunk/test/backupstore

subversion at boxbackup.org subversion at boxbackup.org
Sun Jan 9 13:22:59 GMT 2011


Author: chris
Date: 2011-01-09 13:22:59 +0000 (Sun, 09 Jan 2011)
New Revision: 2841

Modified:
   box/trunk/test/backupstore/testbackupstore.cpp
Log:
Fix compile error on Windows.


Modified: box/trunk/test/backupstore/testbackupstore.cpp
===================================================================
--- box/trunk/test/backupstore/testbackupstore.cpp	2011-01-09 11:59:11 UTC (rev 2840)
+++ box/trunk/test/backupstore/testbackupstore.cpp	2011-01-09 13:22:59 UTC (rev 2841)
@@ -1041,7 +1041,7 @@
 			TEST_THAT(loginConf->GetClientStoreMarker() == 0x8732523ab23aLL);
 		}
 #else // WIN32
-		BackupProtocolClient& protocolReadOnly(protocol);
+		BackupProtocolClient& protocolReadOnly(*apProtocol);
 #endif
 
 		test_server_1(*apProtocol, protocolReadOnly);




More information about the Boxbackup-commit mailing list