From 4d8b33f8d2597da6f6159b2fa8976ad9b1669a76 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Mon, 31 Dec 2018 15:04:23 +0100 Subject: [PATCH] [EDF17963] : Non regression test on truncated pickelized object containing byte 0 --- src/yacsloader_swig/Test/StdAloneYacsLoaderTest1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.2