0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / mesh / bug25628
index 5fbde32..cbee843 100644 (file)
@@ -3,12 +3,9 @@ puts "TODO CR25628 ALL: Error: Number of nodes is equal to 0"
 puts "TODO CR25628 ALL: Error: BRepMesh fails to mesh face with open wire, considered as correct by checkshape"
 
 puts "========="
-puts "CR25628"
+puts "CR25628: BRepMesh fails to mesh face with open wire, considered as correct by checkshape"
 puts "========="
 puts ""
-##############################################################################################
-# BRepMesh fails to mesh face with open wire, considered as correct by checkshape
-##############################################################################################
 
 pload XDE
 
@@ -19,7 +16,7 @@ explode a f
 checkshape a_36
 
 set Log [incmesh a_36 0.1]
-if {[regexp "OpenWire" ${Log}] == 1} {
+if {[regexp "UnorientedWire" ${Log}] == 1} {
     puts "Error: BRepMesh fails to mesh face with open wire, considered as correct by checkshape"
 }