summaryrefslogtreecommitdiff
path: root/tests/url/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-03 17:41:13 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-03 17:41:13 +0200
commit8580153db83b17afe029371489dc1a2f01416648 (patch)
tree525509738a476a42ec05a7b949fe93a8052f5a5c /tests/url/GNUmakefile
parent23a7647c768cd6fcc542a7099740e27b3a241235 (diff)
downloadcrawler-8580153db83b17afe029371489dc1a2f01416648.tar.gz
crawler-8580153db83b17afe029371489dc1a2f01416648.tar.bz2
fighting with reverse iterators for url normalization
Diffstat (limited to 'tests/url/GNUmakefile')
-rw-r--r--tests/url/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/url/GNUmakefile b/tests/url/GNUmakefile
index 2fa56d9..f0a28b0 100644
--- a/tests/url/GNUmakefile
+++ b/tests/url/GNUmakefile
@@ -35,3 +35,7 @@ local_test:
@-./exec_test test1 test6 "parse normal URL with non-standard port" http://www.andreasbaumann.cc:8080/index.html
@-./exec_test test2 test100 "normalize a relative URL" http://www.andreasbaumann.cc/index.html /software.html
@-./exec_test test2 test101 "absolute URL in HTML content" http://www.andreasbaumann.cc/index.html http://www.yahoo.com/page.html
+ @-./exec_test test2 test102 "path normalization, relative path" http://www.andreasbaumann.cc/adir/index.html bdir/page.html
+ @-./exec_test test2 test103 "path normalization, absolute path" http://www.andreasbaumann.cc/adir/index.html /bdir/page.html
+ @-./exec_test test2 test104 "path normalization, current dir" http://www.andreasbaumann.cc/adir/index.html ./bdir/page.html
+ @-./exec_test test2 test105 "path normalization, previous dir" http://www.andreasbaumann.cc/adir/index.html ../bdir/page.html