Salome HOME
IPAL53824: Can not compute mesh because of 'Not enough memory' error.
[plugins/blsurfplugin.git] / tests / test_enforced_vertex.py
index 2f809a46937882ccf006385e41bd2323c36142f9..a96de400db33120837d4f35ac998d430e3991dfd 100644 (file)
@@ -55,7 +55,8 @@ algo2d.AddEnforcedVertexGeom( pp )
 algo2d.AddEnforcedVertexGeom( p6 )
 algo2d.AddEnforcedVertex( *xyz7 )
 
-Mesh.Compute()
+assert Mesh.Compute()
+assert not Mesh.FindCoincidentNodes( 1e-7 )
 
 for x,y,z in allEnforcedCoords: