summaryrefslogtreecommitdiff
path: root/tests/streamhtmlparser
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-12 12:27:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-12 12:27:31 +0200
commit5e46acf128f2a016bbc7dfb063ededa197795a7a (patch)
treeb4a6ec15b4bba6fae66c9581e8252a1996f5758b /tests/streamhtmlparser
parent9678c28677997dbd34b35b04463af350a31b17ac (diff)
downloadcrawler-5e46acf128f2a016bbc7dfb063ededa197795a7a.tar.gz
crawler-5e46acf128f2a016bbc7dfb063ededa197795a7a.tar.bz2
added a test for WinHttp, quite a nice web library native to Windows
Diffstat (limited to 'tests/streamhtmlparser')
-rwxr-xr-xtests/streamhtmlparser/Makefile.W3217
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/streamhtmlparser/Makefile.W32 b/tests/streamhtmlparser/Makefile.W32
index dcd2b5f..d7d268c 100755
--- a/tests/streamhtmlparser/Makefile.W32
+++ b/tests/streamhtmlparser/Makefile.W32
@@ -30,24 +30,7 @@ test2.exe: test2.obj
local_all:
local_clean:
- @-erase -f *.RES *.DIFF *.ERR 2>NUL
local_distclean:
local_test:
-
-dummy:
- @-for %%m in ( simple google ) do \
- @echo Using URL normalizer '%m'.. & \
- @exec_test test1 test1 "parse illegal protocol" %m parse www.andreasbaumann.cc & \
- @exec_test test1 test2 "parse normal start URL without slash" %m parse http://www.andreasbaumann.cc & \
- @exec_test test1 test3 "parse normal start URL with slash" %m parse http://www.andreasbaumann.cc/ & \
- @exec_test test1 test4 "parse normal URL" %m parse http://www.andreasbaumann.cc/index.html & \
- @exec_test test1 test5 "parse normal URL with default port" %m parse http://www.andreasbaumann.cc:80/index.html & \
- @exec_test test1 test6 "parse normal URL with non-standard port" %m parse http://www.andreasbaumann.cc:8080/index.html & \
- @exec_test test1 test100 "normalize a relative URL" %m normalize http://www.andreasbaumann.cc/index.html /software.html & \
- @exec_test test1 test101 "absolute URL in HTML content" %m normalize http://www.andreasbaumann.cc/index.html http://www.yahoo.com/page.html & \
- @exec_test test1 test102 "path normalization, relative path" %m normalize http://www.andreasbaumann.cc/adir/index.html bdir/page.html & \
- @exec_test test1 test103 "path normalization, absolute path" %m normalize http://www.andreasbaumann.cc/adir/index.html /bdir/page.html & \
- @exec_test test1 test104 "path normalization, current dir" %m normalize http://www.andreasbaumann.cc/adir/index.html ./bdir/page.html & \
- @exec_test test1 test105 "path normalization, previous dir" %m normalize http://www.andreasbaumann.cc/adir/index.html ../bdir/page.html