[Libreoffice-commits] online.git: loolwsd/test
Henry Castro
hcastro at collabora.com
Thu Apr 28 18:00:32 UTC 2016
loolwsd/test/httpwstest.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 49e6eb287b15333bba8fb93edb1f2acb419ba019
Author: Henry Castro <hcastro at collabora.com>
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);
More information about the Libreoffice-commits
mailing list