cypress_test/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e0ec98aaf2ab817fc11ccda770a0982c37a8f2b
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Thu Mar 12 14:55:56 2020 +0000
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Thu Mar 12 18:51:30 2020 +0100

    cypress: rename the user-agent to not include a space.
    
    Makes some combinations of chrome etc. happy it seems.
    
    Change-Id: Ica8063e42a8719f2ba45de9084ad1fddd6fb58bd
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90419
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 84470784e..3750c8a97 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -16,7 +16,7 @@ DESKTOP_DATA_FOLDER = $(abs_srcdir)/data/desktop/
 DESKTOP_WORKDIR = $(abs_builddir)/workdir/desktop/
 DESKTOP_TRACK_FOLDER=$(abs_builddir)/workdir/track/desktop
 
-MOBILE_USER_AGENT = "cypress mobile"
+MOBILE_USER_AGENT = "cypress-mobile"
 MOBILE_TEST_FOLDER = $(abs_srcdir)/integration_tests/mobile
 MOBILE_DATA_FOLDER = $(abs_srcdir)/data/mobile/
 MOBILE_WORKDIR = $(abs_builddir)/workdir/mobile/
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to