summaryrefslogtreecommitdiffstats
path: root/wsd/LOOLWSD.hpp
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2020-01-17 21:18:42 +0000
committerMichael Meeks <michael.meeks@collabora.com>2020-01-21 15:07:54 +0000
commit8f91659ae08290c30a56143cb2f0400739a2bafd (patch)
tree9f0209f009487ce11b3266a56b40d51f51b53e7f /wsd/LOOLWSD.hpp
parenttest: switch to parallel tests based on Unit framework. (diff)
downloadonline-8f91659ae08290c30a56143cb2f0400739a2bafd.tar.gz
online-8f91659ae08290c30a56143cb2f0400739a2bafd.zip
test: dung out redundant LOOL_TEST_CLIENT_PORT.
And cleanup other related oddities. Change-Id: I2d179a2ece6a8553e10e406ad4e5da08a2ff58e5
Diffstat (limited to 'wsd/LOOLWSD.hpp')
-rw-r--r--wsd/LOOLWSD.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index 71ddb21550..35c2832883 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -81,6 +81,8 @@ public:
static std::chrono::time_point<std::chrono::system_clock> StartTime;
/// For testing only [!]
+ static int getClientPortNumber();
+ /// For testing only [!]
static std::vector<int> getKitPids();
/// For testing only [!] DocumentBrokers are mostly single-threaded with their own thread
static std::vector<std::shared_ptr<DocumentBroker>> getBrokersTestOnly();