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:
parent
795d6d7bb9
commit
cfd2fd0a80
@ -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"
|
||||
|
@ -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_"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user