[Libreoffice-commits] online.git: cypress_test/Makefile.am
Michael Meeks (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 12 17:51:47 UTC 2020
cypress_test/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9e0ec98aaf2ab817fc11ccda770a0982c37a8f2b
Author: Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Thu Mar 12 14:55:56 2020 +0000
Commit: Tamás Zolnai <tamas.zolnai at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at 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/
More information about the Libreoffice-commits
mailing list