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

New commits:
commit d1f201c63ce8697ee9328c05f49deccbe51fbd00
Author: Ashod Nakashian <ashod.nakash...@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 <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@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.
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to