[Libreoffice-commits] online.git: test/integration-http-server.cpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Mon Mar 13 04:08:35 UTC 2017


 test/integration-http-server.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1f201c63ce8697ee9328c05f49deccbe51fbd00
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sun Mar 12 13:53:32 2017 -0400

    wsd: testHandshake test doc filename includes test name
    
    Change-Id: Id741daca14a7590ae66ee2206be99c35fe10fc33
    Reviewed-on: https://gerrit.libreoffice.org/35112
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/test/integration-http-server.cpp b/test/integration-http-server.cpp
index 0882b39..3530ed5 100644
--- a/test/integration-http-server.cpp
+++ b/test/integration-http-server.cpp
@@ -229,7 +229,7 @@ void HTTPServerTest::testScriptsAndLinksPost()
 
 void HTTPServerTest::testConvertTo()
 {
-    const auto srcPath = FileUtil::getTempFilePath(TDOC, "hello.odt");
+    const auto srcPath = FileUtil::getTempFilePath(TDOC, "hello.odt", "convertTo_");
     std::unique_ptr<Poco::Net::HTTPClientSession> session(helpers::createSession(_uri));
     session->setTimeout(Poco::Timespan(2, 0)); // 2 seconds.
 


More information about the Libreoffice-commits mailing list