]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/py2yacs/Test/Py2yacsTest.cxx
Salome HOME
updated copyright message
[modules/yacs.git] / src / py2yacs / Test / Py2yacsTest.cxx
index 7f08682dcab96ab8dbb80728af11ae12ac976ed9..9909f4146710e6a929c4b938727997c023a9f5b3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -299,6 +299,7 @@ void Py2yacsTest::schemaExec()
   CPPUNIT_ASSERT(pyVal);
   CPPUNIT_ASSERT(PyFloat_Check(pyVal));
   CPPUNIT_ASSERT_DOUBLES_EQUAL(42., PyFloat_AsDouble(pyVal), 1.E-12);
+  p->shutdown(10); // kill all the containers
 }
 
 // Test the behaviour when there is an error in the python parser