diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-02 16:08:53 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-03 09:32:06 +0100 |
commit | 5a44e3772adb281d16757cdac3120d56565a96e5 (patch) | |
tree | 80d5c447d321025c3c0ec69c19071f7011dea11a /ucb/Module_ucb.mk | |
parent | 17dface79321c87b2d30a53a67aeda2e9f9dfff6 (diff) |
ucb: webdav-curl: convert webdav unit tests to curl
There's no point in building the tests for neon any more, just build
them only if curl is used.
This finds a bug in CurlUri::Init() where query and fragment separators
need to be added manually.
Change-Id: I3dcd1512450522df2c2a7d223b2e29b6c0e794fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124607
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'ucb/Module_ucb.mk')
-rw-r--r-- | ucb/Module_ucb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/Module_ucb.mk b/ucb/Module_ucb.mk index dc1405e72992..6e630e9c6342 100644 --- a/ucb/Module_ucb.mk +++ b/ucb/Module_ucb.mk @@ -31,7 +31,7 @@ $(eval $(call gb_Module_add_targets,ucb,\ )) endif -ifeq ($(WITH_WEBDAV),neon) +ifeq ($(WITH_WEBDAV),curl) $(eval $(call gb_Module_add_check_targets,ucb,\ CppunitTest_ucb_webdav_local_neon \ |