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 <[email protected]> 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 <[email protected]> Reviewed-by: Michael Stahl <[email protected]> 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): _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
