diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2020-05-24 09:21:18 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2020-06-02 17:28:40 +0200 |
commit | 44f4e59b6bafa3c7b892a5eae5da904c6543685c (patch) | |
tree | 11d32ea4e3e80ea83c91014943909c02b04743c4 /test/Makefile.am | |
parent | dd93a7eeb457774d89aab73507bfb4ef1dd86015 (diff) |
wsd: RequestDetails takes the service root as argument
This avoids depending on LOOLWSD's statics, which
makes adding unit-tests much more difficult due to
the high number of dependencies LOOLWSD pulls.
Adds a number of unit-tests for RequestDetails.
Change-Id: I9f1d56f80a633505c7ff548ec0e33ffe61f59f53
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95290
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Jenkins
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index c3614c1d5..275a214c2 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -64,6 +64,7 @@ wsd_sources = \ ../common/Authorization.cpp \ ../kit/Kit.cpp \ ../kit/TestStubs.cpp \ + ../wsd/RequestDetails.cpp \ ../wsd/TileCache.cpp \ ../wsd/ProofKey.cpp |