diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-13 07:22:09 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-13 06:45:47 +0100 |
commit | e3581bb072b6b9723c374a782e030edb6abf5edd (patch) | |
tree | debf02339ffa9757c68d927735b2c93818556ad8 /ucb/qa | |
parent | 79f92d09ec52f0777fc03ff1d057a11b45e73f6d (diff) |
--disable-curl builds: split WebDAV-related JunitTests to fix checks
Change-Id: I0a46dc226e141eb585817fff4871f8d1681a3f3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159352
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'ucb/qa')
-rw-r--r-- | ucb/qa/unoapi/ucb.sce | 2 | ||||
-rw-r--r-- | ucb/qa/unoapi/ucb_webdav.sce | 19 |
2 files changed, 19 insertions, 2 deletions
diff --git a/ucb/qa/unoapi/ucb.sce b/ucb/qa/unoapi/ucb.sce index 7898f55c5a98..a83d9e105337 100644 --- a/ucb/qa/unoapi/ucb.sce +++ b/ucb/qa/unoapi/ucb.sce @@ -18,9 +18,7 @@ -o ucb.UcbContentProviderProxyFactory -o ucb.UcbPropertiesManager -o ucb.UcbStore --o ucb.UniversalContentBroker -o ucpchelp.CHelpContentProvider --o ucpdav.WebDAVContentProvider -o ucpfile.FileProvider -o ucphier.HierarchyContentProvider -o ucphier.HierarchyDataSource diff --git a/ucb/qa/unoapi/ucb_webdav.sce b/ucb/qa/unoapi/ucb_webdav.sce new file mode 100644 index 000000000000..4ce463cc0bec --- /dev/null +++ b/ucb/qa/unoapi/ucb_webdav.sce @@ -0,0 +1,19 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +-o ucb.UniversalContentBroker +-o ucpdav.WebDAVContentProvider |