@@ -230,7 +230,7 @@ BOOST_AUTO_TEST_CASE(SmallSample)
230230
231231 std::map<o2::InteractionRecord, std::vector<o2::mid::ColumnData>> inData;
232232 // Small standard event
233- o2::InteractionRecord ir (100 , 0 );
233+ o2::InteractionRecord ir (100 , 1 );
234234
235235 // Crate 5 link 0
236236 inData[ir].emplace_back (getColData (2 , 4 , 0x1 , 0xFFFF ));
@@ -241,7 +241,7 @@ BOOST_AUTO_TEST_CASE(SmallSample)
241241 // Crate 10 link 1 and crate 11 link 1
242242 inData[ir].emplace_back (getColData (41 , 2 , 0xFF0F , 0 , 0xF0FF , 0xF ));
243243 ir.bc = 200 ;
244- ir.orbit = 1 ;
244+ ir.orbit = 2 ;
245245 // Crate 12 link 1
246246 inData[ir].emplace_back (getColData (70 , 3 , 0xFF00 , 0xFF ));
247247
@@ -255,7 +255,7 @@ BOOST_AUTO_TEST_CASE(LargeBufferSample)
255255 o2::mid::Mapping mapping;
256256 std::map<o2::InteractionRecord, std::vector<o2::mid::ColumnData>> inData;
257257 // Big event that should pass the 8kB
258- o2::InteractionRecord ir (0 , 0 );
258+ o2::InteractionRecord ir (0 , 1 );
259259 for (int irepeat = 0 ; irepeat < 4000 ; ++irepeat) {
260260 ++ir;
261261 for (int ide = 0 ; ide < o2::mid::detparams::NDetectionElements; ++ide) {
0 commit comments