From aed4b85702089289ac00469e09ac960ac2d1967e Mon Sep 17 00:00:00 2001
From: Gerhard Raven <gerhard.raven@nikhef.nl>
Date: Fri, 19 Jan 2024 11:20:01 +0100
Subject: [PATCH] do not rely on dynamic TES location alternate resolution

---
 Rich/RichDetectors/tests/options/decode-and-spacepoints.py       | 1 -
 .../tests/options/pmt-detdesc-data-compat-old-rich1.py           | 1 +
 Rich/RichDetectors/tests/options/test-run-change.py              | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Rich/RichDetectors/tests/options/decode-and-spacepoints.py b/Rich/RichDetectors/tests/options/decode-and-spacepoints.py
index 8d41a053cb4..68187bab4ef 100644
--- a/Rich/RichDetectors/tests/options/decode-and-spacepoints.py
+++ b/Rich/RichDetectors/tests/options/decode-and-spacepoints.py
@@ -73,7 +73,6 @@ all.Members += [
     UnpackRawEvent(
         'UnpackRich',
         BankTypes=['Rich'],
-        RawEventLocation="Rich/RawEvent:DAQ/RawEvent",
         RawBankLocations=['DAQ/RawBanks/Rich'])
 ]
 richDecode = RichDecoder("RichFutureDecode")
diff --git a/Rich/RichDetectors/tests/options/pmt-detdesc-data-compat-old-rich1.py b/Rich/RichDetectors/tests/options/pmt-detdesc-data-compat-old-rich1.py
index 9612196f99b..a6d172d3d50 100644
--- a/Rich/RichDetectors/tests/options/pmt-detdesc-data-compat-old-rich1.py
+++ b/Rich/RichDetectors/tests/options/pmt-detdesc-data-compat-old-rich1.py
@@ -38,6 +38,7 @@ data = [
 ]
 
 UnpackRawEvent('UnpackODIN').RawEventLocation = 'Trigger/RawEvent'
+UnpackRawEvent('UnpackRich').RawEventLocation = 'Rich/RawEvent'
 
 IOHelper('ROOT').inputFiles(data, clear=True)
 FileCatalog().Catalogs = ['xmlcatalog_file:out.xml']
diff --git a/Rich/RichDetectors/tests/options/test-run-change.py b/Rich/RichDetectors/tests/options/test-run-change.py
index 4725e158138..fa305b418c9 100644
--- a/Rich/RichDetectors/tests/options/test-run-change.py
+++ b/Rich/RichDetectors/tests/options/test-run-change.py
@@ -87,7 +87,6 @@ all.Members += [
     UnpackRawEvent(
         'UnpackRich',
         BankTypes=['Rich'],
-        RawEventLocation="Rich/RawEvent:DAQ/RawEvent",
         RawBankLocations=['DAQ/RawBanks/Rich'])
 ]
 richDecode = RichDecoder("RichFutureDecode")
-- 
GitLab