]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/py2yacs/Test/Py2yacsTest.cxx
Salome HOME
Cleaning the containers in ssl tests.
[modules/yacs.git] / src / py2yacs / Test / Py2yacsTest.cxx
index 4049c9107fb1729c21d4c61d953f88a81ea0565c..8cea86323bb80fc7fdb0a3eae469a122631e9e2f 100644 (file)
@@ -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