mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Adjusting testing cases for current state of OCCT
Signed-off-by: skv <skv@opencascade.com>
This commit is contained in:
@@ -13,9 +13,9 @@ 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_8"
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
|
@@ -11,8 +11,8 @@ 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_8"
|
||||
} 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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user