Fix typo in TestUpload.cpp, and add it to the Makefile.in (removing a
duplicate entry at the same time) r=dougt, tests only git-svn-id: svn://10.0.0.236/trunk@113867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -54,7 +54,7 @@ CPPSRCS = \
|
||||
TestIDN.cpp \
|
||||
TestURLParser.cpp \
|
||||
TestStandardURL.cpp \
|
||||
TestPerf.cpp \
|
||||
TestUpload.cpp \
|
||||
$(NULL)
|
||||
|
||||
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
|
||||
|
||||
@@ -187,7 +187,7 @@ main(int argc, char* argv[])
|
||||
|
||||
channel->AsyncOpen(listener, nsnull);
|
||||
|
||||
while ( 1 ) {
|
||||
while ( gKeepRunning ) {
|
||||
#ifdef WIN32
|
||||
MSG msg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user