[Box Backup-commit] COMMIT r3528 - box/trunk/test/httpserver

subversion at boxbackup.org subversion at boxbackup.org
Mon Feb 23 22:20:17 GMT 2015


Author: chris
Date: 2015-02-23 22:20:16 +0000 (Mon, 23 Feb 2015)
New Revision: 3528

Modified:
   box/trunk/test/httpserver/testhttpserver.cpp
Log:
Fix testhttpserver, broken by renaming test executables.


Modified: box/trunk/test/httpserver/testhttpserver.cpp
===================================================================
--- box/trunk/test/httpserver/testhttpserver.cpp	2015-02-23 21:38:16 UTC (rev 3527)
+++ box/trunk/test/httpserver/testhttpserver.cpp	2015-02-23 22:20:16 UTC (rev 3528)
@@ -145,7 +145,7 @@
 	}
 	
 	// Start the server
-	int pid = LaunchServer("./test server testfiles/httpserver.conf", "testfiles/httpserver.pid");
+	int pid = LaunchServer("./_test server testfiles/httpserver.conf", "testfiles/httpserver.pid");
 	TEST_THAT(pid != -1 && pid != 0);
 	if(pid <= 0)
 	{
@@ -369,7 +369,7 @@
 	}
 
 	// Start the S3Simulator server
-	pid = LaunchServer("./test s3server testfiles/s3simulator.conf",
+	pid = LaunchServer("./_test s3server testfiles/s3simulator.conf",
 		"testfiles/s3simulator.pid");
 	TEST_THAT(pid != -1 && pid != 0);
 	if(pid <= 0)




More information about the Boxbackup-commit mailing list