Fix typo
Change-Id: Iacc615bf1998f224562f8f8ac08c0ea6911c80a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171937 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
parent
edefc201d0
commit
4be515e8ac
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class tdf86253(UITestCase):
|
|||
# check that we have exactly 1 conditional format and range is C1:C17
|
||||
xList = xCondFormatMgr.getChild("CONTAINER")
|
||||
list_state = get_state_as_dict(xList)
|
||||
self.assertEqual(list_state['Children'], '2') # We can now display both condition seprate on same range
|
||||
self.assertEqual(list_state['Children'], '2') # We can now display both condition separate on same range
|
||||
|
||||
xTreeEntry = xList.getChild('0')
|
||||
self.assertEqual(get_state_as_dict(xTreeEntry)["Text"], "A1:A6,C1:C17\tCell value >= 0")
|
||||
|
|
Loading…
Reference in a new issue