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:
bbaetz%student.usyd.edu.au
2002-02-07 03:13:30 +00:00
parent 2ceb928784
commit 5c9fea6043
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ CPPSRCS = \
TestIDN.cpp \
TestURLParser.cpp \
TestStandardURL.cpp \
TestPerf.cpp \
TestUpload.cpp \
$(NULL)
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))

View File

@@ -187,7 +187,7 @@ main(int argc, char* argv[])
channel->AsyncOpen(listener, nsnull);
while ( 1 ) {
while ( gKeepRunning ) {
#ifdef WIN32
MSG msg;