1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00

Testing - Fix loading order of OCAF and XDE in bug tests #265

GNU compiler have some optimization leads to multiple definitions
  of static global objects.
In case of static linking there are no possible issues, but in case of plug-in
  application can have multiple definitions of single object.
This commit is contained in:
dpasukhi 2025-01-17 18:34:14 +00:00
parent f9c046f5ff
commit ac450989ef
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ puts "0031136: BinXCAF persistence loses normals from triangulation-only Faces"
puts "=========="
puts ""
pload MODELING XDE OCAF VISUALIZATION
pload MODELING OCAF XDE VISUALIZATION
source $env(CSF_OCCTSamplesPath)/tcl/cad.tcl
trinfo res
wavefront res $imagedir/${test_image}

View File

@ -3,7 +3,7 @@ puts "0031136: BinXCAF persistence loses normals from triangulation-only Faces"
puts "=========="
puts ""
pload XDE OCAF
pload OCAF XDE
StoreTriangulation 1 -normals
set res [StoreTriangulation -getnormals]

View File

@ -1,3 +1,3 @@
pload XDE
pload OCAF XDE
set subgroup xde