X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FKERNEL_PY%2Fkernel%2Funittester.py;h=b2a18646c6b681f3ef5baafb31697b4859b5c03e;hb=34bdd08c1cbba32e415e32489d56f91cf89e76da;hp=dc447b6f1b9d320fb81abf3098f3e5adf2b382a9;hpb=dac5e4d5c8f771e0cedb7caa5292bc54be5ca89a;p=modules%2Fkernel.git diff --git a/src/KERNEL_PY/kernel/unittester.py b/src/KERNEL_PY/kernel/unittester.py index dc447b6f1..b2a18646c 100644 --- a/src/KERNEL_PY/kernel/unittester.py +++ b/src/KERNEL_PY/kernel/unittester.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2010-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2010-2019 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -53,15 +53,15 @@ def run(modulePath, functionName): print("[TEST] %s.%s %s NOT OK" % (moduleName, functionName,"."*tabsize)) ## This function is for debug only. It executes the specified function with the -# specified arguments in a try/except bloc so that to display the exception in -# the case where an exception is raised (usefull to debug server side of a CORBA +# specified arguments in a try/except block so as to display the exception in +# the case where an exception is raised (useful to debug server side of a CORBA # process). # \ingroup unittester def tryfunction(function,*argv): """ This function is for debug only. It executes the specified function with the - specified arguments in a try/except bloc so that to display the exception in - the case where an exception is raised (usefull to debug server side of a CORBA + specified arguments in a try/except block so as to display the exception in + the case where an exception is raised (useful to debug server side of a CORBA process). """ print("[TEST] trying the function %s" % function)