summaryrefslogtreecommitdiff
path: root/tests/url/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/url/Makefile.W32')
-rwxr-xr-xtests/url/Makefile.W324
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/url/Makefile.W32 b/tests/url/Makefile.W32
index 93e6494..b4d51b4 100755
--- a/tests/url/Makefile.W32
+++ b/tests/url/Makefile.W32
@@ -52,8 +52,8 @@ local_clean:
local_distclean:
local_test:
- @-copy "$(ICU_DIR)\bin\icuuc49.dll" . >NUL
- @-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL
+ @-copy "$(ICU_DIR)\bin\icuuc52d.dll" . >NUL
+ @-copy "$(ICU_DIR)\bin\icudt52.dll" . >NUL
@-for %%m in ( simple_urlnormalizer google_urlnormalizer ) do \
@echo Using URL normalizer '%m'.. & \
@exec_test test1 test1 "parse illegal protocol" %m parse www.andreasbaumann.cc & \