1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56: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

View File

@ -13,7 +13,7 @@ if { [string compare $command chamf] == 0 } {
set os $env(os_type)
}
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} {
puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4"

View File

@ -13,6 +13,6 @@ if { [string compare $command chamf] == 0 } {
set os $env(os_type)
}
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_"
}
}

View File

@ -11,7 +11,7 @@ if { [string compare $command chamf] == 0 } {
set os $env(os_type)
}
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 {
puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4"
}