[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - wsd/LOOLWSD.cpp

Jan Holesovsky kendy at collabora.com
Mon Mar 20 08:31:07 UTC 2017


 wsd/LOOLWSD.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2862617cb64bbda5e34437f2dc3d3dff9c300587
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Mon Nov 28 19:10:11 2016 +0100

    The 'make run' should advertise a copy of the document, not the source.
    
    Change-Id: Idddd804432ea1147ffbb43bffa0784d2759a9a36
    Reviewed-on: https://gerrit.libreoffice.org/35357
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index f40f1050..8d2f8d29 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -17,7 +17,7 @@
 #define LOOLWSD_TEST_LOLEAFLET_UI "/loleaflet/" LOOLWSD_VERSION_HASH "/loleaflet.html"
 
 /* Default document used in the start test URI */
-#define LOOLWSD_TEST_DOCUMENT_RELATIVE_PATH "test/data/hello.odt"
+#define LOOLWSD_TEST_DOCUMENT_RELATIVE_PATH "test/data/hello-world.odt"
 
 // This is the main source for the loolwsd program. LOOL uses several loolwsd processes: one main
 // parent process that listens on the TCP port and accepts connections from LOOL clients, and a


More information about the Libreoffice-commits mailing list