Skip to content

Commit

Permalink
Merge pull request #45 from knoepfel/geom-iterator-interface
Browse files Browse the repository at this point in the history
Accommodate breaking changes in geometry
  • Loading branch information
tomjunk committed Dec 21, 2022
2 parents aa55256 + 1ace945 commit e6fb2f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/Geometry/geometry_crmchannelmapping_test.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ class GeometryCRMChannelMappingTestFixture:
GeometryCRMChannelMappingTestFixture()
{
// create a new tester
tester_ptr = std::make_shared<Tester_t>(TesterParameters());
tester_ptr->Setup(*(Provider<geo::GeometryCore>()));
tester_ptr = std::make_shared<Tester_t>(Provider<geo::GeometryCore>());
// if no tester is default yet, share ours:
TesterRegistry_t::ProvideDefaultSharedResource(tester_ptr);
}
Expand Down Expand Up @@ -127,4 +126,3 @@ BOOST_AUTO_TEST_CASE( ChannelMappingTestCase )
GeometryCRMChannelMappingTestFixture::GlobalTester()
.ChannelMappingTest();
} // BOOST_AUTO_TEST_CASE( ChannelMappingTestCase )

0 comments on commit e6fb2f8

Please sign in to comment.