1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

Adjusting test cases for current state of OCCT

This commit is contained in:
bugmaster
2012-10-08 16:08:34 +04:00
parent 41335b9667
commit 7ef2d866e2
8 changed files with 16 additions and 8 deletions

View File

@@ -22,7 +22,8 @@ if { [string compare $command chamf_sequence] == 0 } {
set nf 2
}
if { $nf != 0 } {
puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_$nf"
#puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_$nf"
puts "TODO OCC22909 $os:Faulty shapes in variables faulty_1 to faulty_"
}
}
}