v1.0.0-rc.31
This commit is contained in:
@@ -110,6 +110,6 @@ TEST_CASE("AcquisitionCountersTest_PacketCount","[AcquisitionDeviceCounters]") {
|
||||
REQUIRE(counters.GetTotalPackets(0) == 128);
|
||||
REQUIRE(counters.GetTotalPackets(1) == 86);
|
||||
|
||||
REQUIRE(counters.GetExpectedPackets() == 50 * 512 * 2 * 2);
|
||||
REQUIRE(counters.GetExpectedPacketsPerModule() == 50 * 512 * 2);
|
||||
REQUIRE(counters.GetTotalExpectedPackets() == 50 * 512 * 2 * 2);
|
||||
REQUIRE(counters.GetTotalExpectedPacketsPerModule() == 50 * 512 * 2);
|
||||
}
|
||||
Reference in New Issue
Block a user