From 94fb32fb59d6a08227daa900b3e8a0abaad5d9d9 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Fri, 16 Jun 2017 10:36:47 +0200
Subject: [PATCH] CoraCoolTest: Fix ATN test.

Allow ATN test to find the test script.
---
 AtlasTest/DatabaseTest/CoraCoolTest/CMakeLists.txt            | 2 ++
 .../CoraCoolTest/test/CoraCoolExample_TestConfig.xml          | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/AtlasTest/DatabaseTest/CoraCoolTest/CMakeLists.txt b/AtlasTest/DatabaseTest/CoraCoolTest/CMakeLists.txt
index 9176b21b31c..19c22704b13 100644
--- a/AtlasTest/DatabaseTest/CoraCoolTest/CMakeLists.txt
+++ b/AtlasTest/DatabaseTest/CoraCoolTest/CMakeLists.txt
@@ -20,3 +20,5 @@ atlas_add_executable( CoraCoolExample
                       INCLUDE_DIRS ${COOL_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS}
                       LINK_LIBRARIES ${COOL_LIBRARIES} ${ROOT_LIBRARIES} ${CORAL_LIBRARIES} CoraCool )
 
+
+atlas_install_scripts( share/CoraCoolExample_SQLite.sh )
diff --git a/AtlasTest/DatabaseTest/CoraCoolTest/test/CoraCoolExample_TestConfig.xml b/AtlasTest/DatabaseTest/CoraCoolTest/test/CoraCoolExample_TestConfig.xml
index 6dd7a2c0dc0..d19c79a9287 100755
--- a/AtlasTest/DatabaseTest/CoraCoolTest/test/CoraCoolExample_TestConfig.xml
+++ b/AtlasTest/DatabaseTest/CoraCoolTest/test/CoraCoolExample_TestConfig.xml
@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
+o<?xml version="1.0"?>
 <atn>
 <TEST name="CoraCoolExampleSQLite" type="script" suite="Examples">
-<options_atn>AtlasTest/DatabaseTest/CoraCoolTest/share/CoraCoolExample_SQLite.sh</options_atn>
+<options_atn>CoraCoolExample_SQLite.sh</options_atn>
 <timelimit>4</timelimit>
 <author>Richard Hawkings</author>
 <mailto>richard.hawkings@cern.ch</mailto>
-- 
GitLab