From 44b6fcc7e3e230175ada7b3a89c7a9eec69adb7f Mon Sep 17 00:00:00 2001
From: Florian Christoph Fischer <florian.christoph.fischer@cern.ch>
Date: Tue, 25 Sep 2018 13:27:48 +0200
Subject: [PATCH] Adding master/AthSimulation to TFile::Open tests

Former-commit-id: 6356006d01448b50817b0c51283f3341976349cf
---
 Tools/DirectIOART/README.md                          | 1 +
 Tools/DirectIOART/generateARTtests.py                | 1 +
 Tools/DirectIOART/test/test_directioart_tfileopen.py | 1 +
 3 files changed, 3 insertions(+)

diff --git a/Tools/DirectIOART/README.md b/Tools/DirectIOART/README.md
index de314f6af07..e6ffc19a5d2 100644
--- a/Tools/DirectIOART/README.md
+++ b/Tools/DirectIOART/README.md
@@ -11,6 +11,7 @@ Detailed lists of the tests that are performed within the particular software re
 ##### Tests:
 * **TFile::Open** (using an AOD input file)
   * master/Athena
+  * master/AthSimulation
   * 21.0/Athena
   * 21.0/AthSimulation
   * 21.2/AthAnalysis
diff --git a/Tools/DirectIOART/generateARTtests.py b/Tools/DirectIOART/generateARTtests.py
index 59d29b1b119..ef18ee2fb7d 100755
--- a/Tools/DirectIOART/generateARTtests.py
+++ b/Tools/DirectIOART/generateARTtests.py
@@ -224,6 +224,7 @@ def writeTFileOpen():
 # art-description: DirectIOART TFile::Open
 # art-type: grid
 # art-include master/Athena
+# art-include master/AthSimulation
 # art-include 21.0/Athena
 # art-include 21.0/AthSimulation
 # art-include 21.2/AthAnalysis
diff --git a/Tools/DirectIOART/test/test_directioart_tfileopen.py b/Tools/DirectIOART/test/test_directioart_tfileopen.py
index 5cbfcfae431..cc452f4e906 100755
--- a/Tools/DirectIOART/test/test_directioart_tfileopen.py
+++ b/Tools/DirectIOART/test/test_directioart_tfileopen.py
@@ -3,6 +3,7 @@
 # art-description: DirectIOART TFile::Open
 # art-type: grid
 # art-include master/Athena
+# art-include master/AthSimulation
 # art-include 21.0/Athena
 # art-include 21.0/AthSimulation
 # art-include 21.2/AthAnalysis
-- 
GitLab