Skip to content
Snippets Groups Projects
Commit aba95ebc authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

DataModelTest: remove space from COOL tag

Do not use a whitespace in the COOL tag name. Otherwise one cannot
easily inspect the file with AtlCoolConsole.
parent f99e34b9
No related merge requests found
......@@ -43,9 +43,9 @@ import StoreGate.StoreGateConf as StoreGateConf
svcMgr += StoreGateConf.StoreGateSvc("ConditionStore")
from IOVDbSvc.CondDB import conddb
conddb.addFolder ('condtest.db', '/DMTest/TestAttrList <tag>tag AttrList_noTag</tag>',
conddb.addFolder ('condtest.db', '/DMTest/TestAttrList <tag>AttrList_noTag</tag>',
className='AthenaAttributeList')
conddb.addFolder ('condtest.db', '/DMTest/S2 <tag>tag S2_noTag</tag>',
conddb.addFolder ('condtest.db', '/DMTest/S2 <tag>S2_noTag</tag>',
className='DMTest::S2')
......
/*
* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration.
* Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
*/
// $Id$
/**
......@@ -63,7 +63,7 @@ StatusCode CondWriterAlg::writeSCond (unsigned int count)
ATH_CHECK( m_regSvc->registerIOV ("DMTest::S2",
m_s2Key,
"tag S2_noTag",
"S2_noTag",
IOVTime::MINRUN, IOVTime::MAXRUN,
count, count+1) );
......@@ -87,7 +87,7 @@ StatusCode CondWriterAlg::execute()
ATH_CHECK( m_regSvc->registerIOV ("AthenaAttributeList",
m_attrListKey,
"tag AttrList_noTag",
"AttrList_noTag",
IOVTime::MINRUN, IOVTime::MAXRUN,
count, count) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment