mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Test parse rules are improved to recognize messages with word 'fail' or 'failure' as errors. Test cases are corrected accordingly (TODO or REQUIRED statements added where fail messages were not noticed previously).
11 lines
404 B
Plaintext
11 lines
404 B
Plaintext
if {[string compare $command "ShapeDivide"] == 0 } {
|
|
puts "TODO OCC23127 ALL: Status: FAIL2"
|
|
puts "TODO OCC23127 ALL: Error: 12 Curve Only C0 after DT_ShapeDivide operation."
|
|
}
|
|
if {[string compare $command "SplitAngle"] == 0 } {
|
|
puts "TODO OCC23127 ALL: Status: FAIL2"
|
|
puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
|
|
}
|
|
restore [locate_data_file ma-test9.rle] a
|
|
|