1
0
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:
apn
2013-01-21 18:27:00 +04:00
committed by skv
parent 8f8fa97696
commit e26586550e
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
}
}

View File

@@ -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"
}
}