loolwsd/test/httpwstest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 49e6eb287b15333bba8fb93edb1f2acb419ba019 Author: Henry Castro <[email protected]> Date: Thu Apr 28 14:01:28 2016 -0400 loolwsd: test: fix wrong file name diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest.cpp index 2a01ea4..5755a8d 100644 --- a/loolwsd/test/httpwstest.cpp +++ b/loolwsd/test/httpwstest.cpp @@ -1071,7 +1071,7 @@ void HTTPWSTest::testClientPartCalc() { // Load a document std::string documentPath, documentURL; - getDocumentPathAndURL("setclientpart.odp", documentPath, documentURL); + getDocumentPathAndURL("setclientpart.ods", documentPath, documentURL); Poco::Net::HTTPRequest request(Poco::Net::HTTPRequest::HTTP_GET, documentURL); Poco::Net::WebSocket socket = *connectLOKit(request, _response); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
