diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-02-18 14:22:11 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-02-18 16:41:23 +0100 |
commit | 5e0a0b13eee64d27bb2a45580e409e6c2c5ae6cb (patch) | |
tree | b887a5492c14b8a33e362f206b892c0a48c9f164 /sc/qa/uitest | |
parent | 92d1eaab8adf8de7afa607119770adb042283700 (diff) |
tdf#51828: uitest: add comment to existing test
Change-Id: I30e1fb20685e6eb63954771b4fc3a7b9d2e200b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111122
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/uitest')
-rw-r--r-- | sc/qa/uitest/sort/tdf105301.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/uitest/sort/tdf105301.py b/sc/qa/uitest/sort/tdf105301.py index 71ec6372c762..48cb62ec9252 100644 --- a/sc/qa/uitest/sort/tdf105301.py +++ b/sc/qa/uitest/sort/tdf105301.py @@ -32,6 +32,8 @@ class tdf105301(UITestCase): self.assertEqual("Column E", get_state_as_dict(xDialog.getChild("sortlb4"))['DisplayText']) self.assertEqual("Column F", get_state_as_dict(xDialog.getChild("sortlb5"))['DisplayText']) self.assertEqual("Column G", get_state_as_dict(xDialog.getChild("sortlb6"))['DisplayText']) + + # tdf#51828: Without the fix in place, this test would have failed here self.assertEqual("- undefined -", get_state_as_dict(xDialog.getChild("sortlb7"))['DisplayText']) xOk = xDialog.getChild("ok") |