summaryrefslogtreecommitdiff
path: root/sw/qa/extras/tiledrendering/tiledrendering.cxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-05-11 13:12:44 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-05-11 16:58:39 +0200
commitc0517c6215c78e65af8b20e8c033a75586a794bd (patch)
tree1ba52bb6bfe4af096b618d9e29c7156af85460fe /sw/qa/extras/tiledrendering/tiledrendering.cxx
parenta892669ec2887f5e51c403b3a9710d9191909443 (diff)
lok: MSForms: send also the placeholder text.
Change-Id: I5cce5af22f56079e840707cfffb01785d7a15c6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93960 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/qa/extras/tiledrendering/tiledrendering.cxx')
-rw-r--r--sw/qa/extras/tiledrendering/tiledrendering.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 4d3e49f5643d..487def29974b 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -2603,6 +2603,9 @@ void SwTiledRenderingTest::testDropDownFormFieldButton()
OString sSelected = aTree.get_child("params").get_child("selected").get_value<std::string>().c_str();
CPPUNIT_ASSERT_EQUAL(OString("1"), sSelected);
+
+ OString sPlaceholder = aTree.get_child("params").get_child("placeholderText").get_value<std::string>().c_str();
+ CPPUNIT_ASSERT_EQUAL(OString("No Item specified"), sPlaceholder);
}
// Move the cursor back so the button becomes hidden.