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

Merge branch 'fix.RootCollection.rwtests' into 'main'

Fix RW tests removing unnecessary & harmful output deletion ATEAM-1061

See merge request atlas/athena!78573
parents c965008d 89763b54
No related branches found
No related tags found
2 merge requests!78573Fix RW tests removing unnecessary & harmful output deletion ATEAM-1061,!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method
......@@ -15,7 +15,6 @@
int main ATLAS_NOT_THREAD_SAFE ()
{
(void)remove("test_collection.root");
try {
std::cout << "Read test starting..." << std::endl;
TestDriver driver( "PFN:test_collection.rntup", "RNTCollection", "" );
......
......@@ -15,7 +15,6 @@
int main ATLAS_NOT_THREAD_SAFE ()
{
(void)remove("test_collection.root");
try {
std::cout << "Read test starting..." << std::endl;
TestDriver driver( "test_collection", "RootCollection", "" );
......
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