Salome HOME
0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateO...
[plugins/blsurfplugin.git] / tests / test_enforced_vertex.py
index 5004bf6cb3e3f3b39e5ab4ff071a0a6fe4275ad7..19172cd12414094d14f8e0f4e34791319bc88ee0 100644 (file)
@@ -48,5 +48,5 @@ x, y, z = Mesh.GetNodeXYZ(id_node)
 assert("%.2f, %.2f, %.2f"%(x, y, z) == "%.2f, %.2f, %.2f"%(dist_coin, 0, dist_coin))
 
 
-salome.sg.updateObjBrowser(0)
+salome.sg.updateObjBrowser(True)