1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00

Error message was changed in test files: - chamfer/data/complex/B5, - chamfer/data/complex/B6, - chamfer/data/complex/B7.

This commit is contained in:
abk 2013-01-09 20:04:54 +04:00
parent 795d6d7bb9
commit cfd2fd0a80
3 changed files with 3 additions and 3 deletions
tests/chamfer/data/complex

@ -13,7 +13,7 @@ if { [string compare $command chamf] == 0 } {
set os $env(os_type) set os $env(os_type)
} }
if {[string compare $group dist_angle] == 0} { if {[string compare $group dist_angle] == 0} {
puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_8" puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_"
} }
if {[string compare $group equal_dist] == 0} { if {[string compare $group equal_dist] == 0} {
puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4" puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4"

@ -13,6 +13,6 @@ if { [string compare $command chamf] == 0 } {
set os $env(os_type) set os $env(os_type)
} }
if {[string compare $group dist_angle] == 0} { if {[string compare $group dist_angle] == 0} {
puts "TODO OCC22909 All:Faulty shapes in variables faulty_1 to faulty_12" puts "TODO OCC22909 All:Faulty shapes in variables faulty_1 to faulty_"
} }
} }

@ -11,7 +11,7 @@ if { [string compare $command chamf] == 0 } {
set os $env(os_type) set os $env(os_type)
} }
if {[string compare $group dist_angle] == 0} { if {[string compare $group dist_angle] == 0} {
puts "TODO OCC22909 All:Faulty shapes in variables faulty_1 to faulty_8" puts "TODO OCC22909 All:Faulty shapes in variables faulty_1 to faulty_"
} else { } else {
puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4" puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4"
} }