From 96a1557b967e96d433601763a5f0a136b1ebfaf7 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Mon, 17 Feb 2020 18:00:01 +0100
Subject: [PATCH] fix path of tesellated example

---
 examples/ClientTests/compact/Check_Shape_Tesselated.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/ClientTests/compact/Check_Shape_Tesselated.xml b/examples/ClientTests/compact/Check_Shape_Tesselated.xml
index 42f840ad1..6359f2eb1 100644
--- a/examples/ClientTests/compact/Check_Shape_Tesselated.xml
+++ b/examples/ClientTests/compact/Check_Shape_Tesselated.xml
@@ -195,8 +195,8 @@
         <position x="0"  y="0" z="0"/>
         <rotation x="0"   y="0" z="0"/>
       </check>
-      <test  type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/ClientTests/ref/Ref_Tessellated.txt" create="CheckShape_create"/>
-      <test_writing_reference  type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/ClientTests/ref/Ref_Tessellated.txt" create="1"/>
+      <test  type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/ClientTests/ref/Ref_Tesselated.txt" create="CheckShape_create"/>
+      <test_writing_reference  type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/ClientTests/ref/Ref_Tesselated.txt" create="1"/>
     </detector>
   </detectors>
 </lccdd>
-- 
GitLab