Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!77866
Update ITkStripCablingAlg_test.cxx
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update ITkStripCablingAlg_test.cxx
carquin-main-patch-41815
into
main
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Edson Carquin Lopez
requested to merge
carquin-main-patch-41815
into
main
2 months ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Fix typo
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0fa6d719
1 commit,
2 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
InnerDetector/InDetDetDescr/ITkStripCabling/test/ITkStripCablingAlg_test.cxx
+
1
−
1
Options
@@ -76,7 +76,7 @@ BOOST_FIXTURE_TEST_SUITE( ITkStripCablingAlgTest, TestFixture )
//https://acode-browser.usatlas.bnl.gov/lxr/source/athena/InnerDetector/InDetDetDescr/InDetIdentifier/test/ITkStripID_test.cxx
BOOST_AUTO_TEST_CASE
(
ExecuteOptions
){
{
//This is just to setup the ITkStripID with a valid set of identifiers
ServiceHandle
<
StoreGateSvc
>
detStore
(
"StoreGateSvc/DetectorStore"
,
"ITk
Pixel
CablingAlgTest"
);
ServiceHandle
<
StoreGateSvc
>
detStore
(
"StoreGateSvc/DetectorStore"
,
"ITk
Strip
CablingAlgTest"
);
BOOST_TEST
(
detStore
.
retrieve
().
isSuccess
());
IdDictParser
parser
;
parser
.
register_external_entity
(
"InnerDetector"
,
itkDictFilename
);
Loading