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

kerem hallackerem at gmail.com
Sun Dec 4 11:42:26 UTC 2016


 sw/qa/python/check_fields.py |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 48120d6ce597472933fa7a8a292ce8d0f1fbe1f9
Author: kerem <hallackerem at gmail.com>
Date:   Wed Nov 30 19:02:50 2016 +0200

    tdf#97361 remove = None assignments in check_fields
    
    Change-Id: I7696f28e6b35e79e98614b295c749adebf33878b
    Reviewed-on: https://gerrit.libreoffice.org/31439
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>

diff --git a/sw/qa/python/check_fields.py b/sw/qa/python/check_fields.py
index f6c8692..0d39a9b 100644
--- a/sw/qa/python/check_fields.py
+++ b/sw/qa/python/check_fields.py
@@ -3,8 +3,6 @@ from org.libreoffice.unotest import UnoInProcess
 
 
 class CheckFields(unittest.TestCase):
-    _uno = None
-    _xDoc = None
 
     @classmethod
     def setUpClass(cls):


More information about the Libreoffice-commits mailing list