summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/styleInspector/tdf137513.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/uitest/styleInspector/tdf137513.py')
-rw-r--r--sw/qa/uitest/styleInspector/tdf137513.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/styleInspector/tdf137513.py b/sw/qa/uitest/styleInspector/tdf137513.py
index f04f6106cf7c..8dfc5929c0c1 100644
--- a/sw/qa/uitest/styleInspector/tdf137513.py
+++ b/sw/qa/uitest/styleInspector/tdf137513.py
@@ -35,7 +35,7 @@ class tdf137513(UITestCase):
self.assertEqual(2, len(xListBox.getChild('0').getChildren()))
self.assertEqual("Default Paragraph Style\t", get_state_as_dict(xListBox.getChild('0').getChild('0'))['Text'])
self.assertEqual("Table Contents\t", get_state_as_dict(xListBox.getChild('0').getChild('1'))['Text'])
- self.assertEqual(138, len(xListBox.getChild('0').getChild('0').getChildren()))
+ self.assertEqual(139, len(xListBox.getChild('0').getChild('0').getChildren()))
xTableContent = xListBox.getChild('0').getChild('1')
self.assertEqual(5, len(xTableContent.getChildren()))