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

kerem hallackerem at gmail.com
Mon Dec 5 11:30:59 UTC 2016


 sfx2/qa/python/check_sidebar.py          |    2 --
 sfx2/qa/python/check_sidebar_registry.py |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit 25cc8979c5e6238bb76c9d751f3fa3433f48542c
Author: kerem <hallackerem at gmail.com>
Date:   Mon Dec 5 00:11:57 2016 +0200

    tdf#97361 remove = None assignments in sfx2 python unit tests
    
    Change-Id: Iba3926d1b044ade69e1306941ed70b644dc577d6
    Reviewed-on: https://gerrit.libreoffice.org/31602
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sfx2/qa/python/check_sidebar.py b/sfx2/qa/python/check_sidebar.py
index 4dd3a5d..1795832 100644
--- a/sfx2/qa/python/check_sidebar.py
+++ b/sfx2/qa/python/check_sidebar.py
@@ -19,8 +19,6 @@ from com.sun.star.ui import XPanels
 from com.sun.star.ui import XPanel
 
 class CheckSidebar(unittest.TestCase):
-    _uno = None
-    _xDoc = None
 
     @classmethod
     def setUpClass(cls):
diff --git a/sfx2/qa/python/check_sidebar_registry.py b/sfx2/qa/python/check_sidebar_registry.py
index 70b679a..19a8ae7 100644
--- a/sfx2/qa/python/check_sidebar_registry.py
+++ b/sfx2/qa/python/check_sidebar_registry.py
@@ -14,8 +14,6 @@ from org.libreoffice.unotest import UnoInProcess
 import uno
 
 class CheckSidebarRegistry(unittest.TestCase):
-    _uno = None
-    _xDoc = None
 
     @classmethod
     def setUpClass(cls):


More information about the Libreoffice-commits mailing list