From ac450989ef5ca32c8cbf31501f15c5c3590111f7 Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Fri, 17 Jan 2025 18:34:14 +0000 Subject: [PATCH] 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. --- tests/bugs/moddata_3/bug31136_4 | 2 +- tests/bugs/moddata_3/bug31136_5 | 2 +- tests/bugs/xde/begin | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bugs/moddata_3/bug31136_4 b/tests/bugs/moddata_3/bug31136_4 index 5a8dc3060a..e68b41fa73 100644 --- a/tests/bugs/moddata_3/bug31136_4 +++ b/tests/bugs/moddata_3/bug31136_4 @@ -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} diff --git a/tests/bugs/moddata_3/bug31136_5 b/tests/bugs/moddata_3/bug31136_5 index 8df910c060..8bb3c9d9b3 100644 --- a/tests/bugs/moddata_3/bug31136_5 +++ b/tests/bugs/moddata_3/bug31136_5 @@ -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] diff --git a/tests/bugs/xde/begin b/tests/bugs/xde/begin index e5cf220f8b..b9ffde566c 100755 --- a/tests/bugs/xde/begin +++ b/tests/bugs/xde/begin @@ -1,3 +1,3 @@ -pload XDE +pload OCAF XDE set subgroup xde