mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Change platform in occt test cases in TODOs from Debian\Mandriva to Linux Small corrections in test cases. Return procedure _tests_platform_def.
20 lines
408 B
Plaintext
Executable File
20 lines
408 B
Plaintext
Executable File
set TheFileName shading_wrongshape_024.brep
|
|
|
|
set bug_cross "OCC22687"
|
|
set nbcross(All) 1
|
|
|
|
set bug_freenodes "OCC22687"
|
|
|
|
set bug_withouttri "OCC22687"
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set bug_area "OCC22687"
|
|
set rel_tol 1.3
|
|
set nbwithouttri(ALL) 6
|
|
set nbfreenodes(ALL) 1
|
|
##set bug_freelinks "OCC22687"
|
|
##set nbfree(ALL) 2
|
|
} else {
|
|
set nbfreenodes(ALL) 2
|
|
set nbwithouttri(ALL) 5
|
|
}
|