Fix typo in TestUpload.cpp, and add it to the Makefile.in (removing a

duplicate entry at the same time)

r=dougt, tests only
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-02-07 03:13:30 +00:00
Родитель fcd0c830b9
Коммит 4f55ee0c0f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;