[Libreoffice-commits] core.git: sfx2/qa

Maxim Monastirsky momonasmon at gmail.com
Tue Sep 1 04:06:37 PDT 2015


 sfx2/qa/python/check_sidebar.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f4e9e76aa63c93372a60f4c55692c6aedbf044cd
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Tue Sep 1 14:03:20 2015 +0300

    PythonTest_sfx2_python: StylesPropertyPanel is the first panel now
    
    Change-Id: I352f14741dd9346bb41d4e3233b256898809773e

diff --git a/sfx2/qa/python/check_sidebar.py b/sfx2/qa/python/check_sidebar.py
index a55d63f..26a76bd 100644
--- a/sfx2/qa/python/check_sidebar.py
+++ b/sfx2/qa/python/check_sidebar.py
@@ -96,7 +96,7 @@ class CheckSidebar(unittest.TestCase):
         panelsCount = xPanels.getCount()
         self.assertEqual ( panelsCount, 5 )
 
-        firstPanelName = "TextPropertyPanel"
+        firstPanelName = "StylesPropertyPanel"
 
         panelElementNames = xPanels.getElementNames()
         assert ( firstPanelName in panelElementNames )
@@ -112,7 +112,7 @@ class CheckSidebar(unittest.TestCase):
 
         xPanel.moveFirst()
         initialIndex = xPanel.getOrderIndex()
-        #assert ( initialIndex == 120 )
+        assert ( initialIndex == 100 )
 
         xPanel.moveLast()
         assert ( xPanel.getOrderIndex() > initialIndex )


More information about the Libreoffice-commits mailing list