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

ISF_Algorithms: Remove unused IJobOptionSvc from unit test

parent 8c8dbbcc
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36256Migrate various unit tests to IOptionsSvc
......@@ -25,7 +25,6 @@
#include "AthenaBaseComps/AthService.h"
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/IAppMgrUI.h"
#include "GaudiKernel/IJobOptionsSvc.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/SystemOfUnits.h"
#include "GaudiKernel/PhysicalConstants.h"
......@@ -248,9 +247,6 @@ protected:
ASSERT_TRUE( m_appMgr->configure().isSuccess() );
ASSERT_TRUE( m_appMgr->initialize().isSuccess() );
m_jobOptionsSvc = m_svcLoc->service("JobOptionsSvc");
ASSERT_TRUE( m_jobOptionsSvc.isValid() );
}
void TearDownGaudi() {
......@@ -266,7 +262,6 @@ protected:
IAppMgrUI* m_appMgr = nullptr;
SmartIF<ISvcLocator> m_svcLoc;
SmartIF<ISvcManager> m_svcMgr;
SmartIF<IJobOptionsSvc> m_jobOptionsSvc;
SmartIF<IToolSvc> m_toolSvc;
SmartIF<IProperty> m_propMgr;
};
......
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