1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00
miv 34dd4990ed 0023438: Update test cases for new organization of data files
Modifications:
1.Test cases
2. locate_data_file from DrawResources/TestCommands.tcl
Fix for mesh end
Adjusting testing cases for current state of master using new organization of data files
2012-10-11 14:24:12 +04:00

12 lines
300 B
Plaintext
Executable File

set TheFileName shading_018.brep
set bug_withouttri "OCC22687"
set nbwithouttri(ALL) 1
if { [string compare $command "mesh"] != 0 } {
set bug_freenodes "OCC22687"
set nbfreenodes(All) 1
}
if { [string compare $command "incmesh"] == 0 } {
set bug_freelinks "OCC22687"
set nbfree(All) 2
}