Salome HOME
[EDF17963] : Non regression test on truncated pickelized object containing byte 0
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 31 Dec 2018 14:04:23 +0000 (15:04 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 31 Dec 2018 14:04:23 +0000 (15:04 +0100)
src/yacsloader_swig/Test/StdAloneYacsLoaderTest1.py

index adac27b53615a83e5049c39be60e8f226ad2a687..53b4d603ec25b24ad051015fb2919977c07851ae 100644 (file)
@@ -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):