d48d9044a1
Tests can modify the test documents they use. Currently there is data-loss protection that saves an open doc if connection is lost with the client. For tests this means modification are saved when a connection is terminated ungracefully and this both adds noise to the git checkout and makes subsequent tests fail. This patch makes temp copies of the original doc before a test is run and deletes them afterwards. Change-Id: I1dd6ff2b839701e85c8bd502ba75170c01fa106e Reviewed-on: https://gerrit.libreoffice.org/23447 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
.. | ||
data | ||
.gitignore | ||
httpposttest.cpp | ||
httpwstest.cpp | ||
Makefile.am | ||
test.cpp |