1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
apn 37d6975c77 0026237: Change platform in TODOs from Debian\Mandriva to Linux
Change platform in occt test cases in TODOs from Debian\Mandriva to Linux

Small corrections in test cases. Return procedure _tests_platform_def.
2015-05-21 15:51:28 +03:00

24 lines
542 B
Plaintext
Executable File

set TheFileName shading_wrongshape_009.brep
set bug_area "OCC22687"
set rel_tol 10.7
set bug_withouttri "OCC22687"
set bug_freelinks "OCC22687"
set bug_freenodes "OCC22687"
if { [string compare $command "shading"] == 0 } {
##set nbt 14
set nbt 9
set nbn 83
set nbwithouttri($env(os_type)) $nbt
set nbfreenodes($env(os_type)) $nbn
} else {
set bug_withouttri "OCC23105"
##set nbt 14
set nbt 8
set nbn 60
set nbl 3
set nbwithouttri($env(os_type)) $nbt
set nbfree($env(os_type)) $nbl
set nbfreenodes($env(os_type)) $nbn
}