1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/tests/bugs/iges/CR23377
apn 319e4241ee 0023410: QA commands don't work properly in new testing system
Comment adding command rename. Add QA test case.
Adjusting bugs test group
2012-09-06 14:24:05 +04:00

24 lines
433 B
Plaintext
Executable File

# Original bug : 23377
# Date : 12 Aug 2012
set check_nb 7
igesbrep [locate_data_file OCC23377-Input.igs] result *
regexp {Number of Rational BSpline surfaces +([-0-9.+eE]+)} [expshape result 1 1] full nb
if { ${nb} != ${check_nb} } {
puts "Error : The Number of Rational BSpline surfaces is wrong!"
puts "Error : It's $nb indtead of $check_nb!"
}
puts "Number of Rational BSpline surfaces is $nb"
set 2dviewer 1