Skip to content

Commit 0770bfd

Browse files
committed
Please consider the following formatting changes
1 parent 61f3494 commit 0770bfd

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Detectors/MUON/MCH/Raw/Encoder/Digit/testDigitTreeReader.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ BOOST_AUTO_TEST_CASE(DigitTreeReaderMustThrowIfRofBranchIsOfTheWrongType)
119119
BOOST_CHECK_THROW(DigitTreeReader dtr(&invalidRofs), std::invalid_argument);
120120
}
121121

122-
//BOOST_AUTO_TEST_CASE(DigitTreeReaderMustThrowIfNoEntry)
122+
// BOOST_AUTO_TEST_CASE(DigitTreeReaderMustThrowIfNoEntry)
123123
//{
124-
// TTree noEntry("noEntry", "All branches correct but no entry");
125-
// std::vector<o2::mch::Digit> digits;
126-
// std::vector<o2::mch::ROFRecord> rofs;
127-
// noEntry.Branch("MCHDigit", &digits);
128-
// noEntry.Branch("MCHROFRecords", &rofs);
129-
// BOOST_CHECK_NO_THROW(DigitTreeReader dtr(&noEntry));
130-
//}
124+
// TTree noEntry("noEntry", "All branches correct but no entry");
125+
// std::vector<o2::mch::Digit> digits;
126+
// std::vector<o2::mch::ROFRecord> rofs;
127+
// noEntry.Branch("MCHDigit", &digits);
128+
// noEntry.Branch("MCHROFRecords", &rofs);
129+
// BOOST_CHECK_NO_THROW(DigitTreeReader dtr(&noEntry));
130+
// }
131131

132132
BOOST_AUTO_TEST_CASE(DigitTreeReaderMustNotThrowIfInputTreeHasAllBranchesAndAtLeastOneEntry)
133133
{

0 commit comments

Comments
 (0)