diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-29 10:24:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-29 10:24:26 +0100 |
commit | 4092da68f5e71b3fb82382a8f3d31d2cd05289d7 (patch) | |
tree | ff060104770edadf799a09e09ad5782f80949e97 /svl/Module_svl.mk | |
parent | c86c51a142301316f78db65ce8697da8d34fd9eb (diff) |
CppunitTest_svl_urihelper needs the file UCP
...for the WNT-only file:///c:/... vs. file:///C:/... check in
testNormalizedMakeRelative
Change-Id: I66a0456589aabe395645bb358dbef3268e1c3816
Diffstat (limited to 'svl/Module_svl.mk')
-rw-r--r-- | svl/Module_svl.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk index 3b11224b5dbb..18d79ab3cc85 100644 --- a/svl/Module_svl.mk +++ b/svl/Module_svl.mk @@ -36,14 +36,8 @@ $(eval $(call gb_Module_add_check_targets,svl,\ CppunitTest_svl_lngmisc \ CppunitTest_svl_notify \ CppunitTest_svl_qa_cppunit \ -)) - -#FIXME: fails on MSVC -ifneq ($(OS),WNT) -$(eval $(call gb_Module_add_check_targets,svl,\ CppunitTest_svl_urihelper \ )) -endif ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ |