1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/moddata_2/bug22746_1
mzernova caee80f39f 0030697: Draw Harness - Draw_Printer should not be set to Message::DefaultMessenger() by default
Fixed bugs that occurred when using the default std::cout from Message::DefaultMessenger() instead of Draw_Printer

A dedicated option was added to Draw_ProgressIndicator, for outputting data to the tcl when performing tests

Added -tclOutput parameter to XProgress command
2019-11-23 16:09:07 +03:00

45 lines
913 B
Plaintext
Executable File

puts "============"
puts "OCC22746"
puts "============"
puts ""
###########################################################################
# Progress indicator in ShapeHealing
###########################################################################
set BugNumber OCC22746
catch { pload XSDRAW }
restore [locate_data_file OCC22746-om.brep] a
vinit
XProgress -tclOutput
XProgress -t
set List1 [fixshape result a]
puts "----------------------"
XProgress +t
set List2 [fixshape result a]
set status 0
if { ${List1} != ${List2}} {
set status 0
} else {
set status 1
}
if { [ regexp {Progress:} $List2 ] } {
puts "${BugNumber} OK"
set status 0
} else {
puts "${BugNumber} Faulty"
set status 1
}
if { $status != 0 } {
puts "Faulty $BugNumber"
} else {
puts "OK $BugNumber"
}
checkview -display result -3d -path ${imagedir}/${test_image}.png
checkprops result -s 16473.3