summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-03 14:42:13 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-09-22 12:54:35 +0200
commit2bb1290736ab7fe26e5670c732615c175b76ba3e (patch)
treed88de4b5e88dda3df443d434b8f83b512100156f /desktop
parentb146e54a206a52da00de1fb98b49922bdea8cbce (diff)
use tools::Json for cursor messages
and tweak the JsonWriter to produce output more like the boost propertytree, to make the cypress tests happier. Change-Id: Ia2062508ae9f14a5f89306042c33884ff300f478 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119936 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit d46c7bd597e51453ac420db97fd898ed2f3b26bf) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120433 Tested-by: Jenkins Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122127 Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 4f0014f6e0ad..f63e8dd5ddca 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -2014,7 +2014,7 @@ public:
break;
case LOK_CALLBACK_TABLE_SELECTED:
{
- m_bEmptyTableSelection = (std::string(pPayload).compare("{\n}\n") == 0);
+ m_bEmptyTableSelection = (std::string(pPayload).compare("{ }") == 0);
++m_nTableSelectionCount;
}
break;