mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
21 lines
507 B
Plaintext
Executable File
21 lines
507 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23410"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# QA commands don't work properly in new testing system
|
|
#######################################################################
|
|
pload QAcommands
|
|
|
|
set x_coord 128
|
|
set y_coord 235
|
|
|
|
box result 100 100 100
|
|
vdisplay result
|
|
vsetdispmode 1
|
|
vfit
|
|
vsetcolor result GREEN
|
|
|
|
checkcolor $x_coord $y_coord 0.00 0.83 0.00
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|