From: Anthony Geay Date: Mon, 31 Dec 2018 14:04:23 +0000 (+0100) Subject: [EDF17963] : Non regression test on truncated pickelized object containing byte 0 X-Git-Tag: V9_3_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4d8b33f8d2597da6f6159b2fa8976ad9b1669a76;p=modules%2Fyacs.git [EDF17963] : Non regression test on truncated pickelized object containing byte 0 --- diff --git a/src/yacsloader_swig/Test/StdAloneYacsLoaderTest1.py b/src/yacsloader_swig/Test/StdAloneYacsLoaderTest1.py index adac27b53..53b4d603e 100644 --- a/src/yacsloader_swig/Test/StdAloneYacsLoaderTest1.py +++ b/src/yacsloader_swig/Test/StdAloneYacsLoaderTest1.py @@ -277,7 +277,7 @@ def sum(i): pass def test7(self): - """EDF17413 : Python3 porting. Py3 Pickeling generates more often byte(0) into the bytes. This reveals an incorrect management of Python Bytes -> Any String that leads to truncated bytes.""" + """EDF17963 : Python3 porting. Py3 Pickeling generates more often byte(0) into the bytes. This reveals an incorrect management of Python Bytes -> Any String that leads to truncated bytes.""" async_algo_script="""import SALOMERuntime class myalgosync(SALOMERuntime.OptimizerAlgSync):