From a803d9dc87e1ae4fd18e971601aef2082028e6e2 Mon Sep 17 00:00:00 2001
From: Mika Anton Vesterinen <mvesteri@lxplus021.cern.ch>
Date: Wed, 18 May 2016 14:36:31 +0200
Subject: [PATCH] Use the correct TCK in tests/options/TCK/TCKOptions.py

---
 Hlt/Moore/doc/release.notes               | 3 +++
 Hlt/Moore/tests/options/TCK/TCKOptions.py | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Hlt/Moore/doc/release.notes b/Hlt/Moore/doc/release.notes
index 794f714c295..4aebe319133 100755
--- a/Hlt/Moore/doc/release.notes
+++ b/Hlt/Moore/doc/release.notes
@@ -4,6 +4,9 @@
 ! Purpose     : LHCb HLT application
 !============================================
 
+! 2016-05-18 - Mika Vesterinen
+ - Use the correct TCK in tests/options/TCK/TCKOptions.py
+
 ! 2016-05-15 - Mika Vesterinen
  - Add further qmttests for creation and testing of Hlt1 and Hlt2 TCKs
 
diff --git a/Hlt/Moore/tests/options/TCK/TCKOptions.py b/Hlt/Moore/tests/options/TCK/TCKOptions.py
index 5fb140d8518..fea652d875f 100644
--- a/Hlt/Moore/tests/options/TCK/TCKOptions.py
+++ b/Hlt/Moore/tests/options/TCK/TCKOptions.py
@@ -26,8 +26,8 @@ Moore().CondDBtag = "cond-20160420"
 
 ## !!! Check that these settings are what we want for these TCKs !!! ##
 Settings={"L0TCK":"0x1600",
-          "Hlt1TCK":'0x112F1600',
-          "Hlt2TCK":'0x212F1600',
+          "Hlt1TCK":'0x10011600',
+          "Hlt2TCK":'0x20011600',
           "Hlt1Label":"Hlt1, Physics_pp_May2016, 0x1600",
           "Hlt2Label":"Hlt2, Physics_pp_May2016, 0x1600",
           "ThresholdSettings":'Physics_pp_May2016'}
-- 
GitLab