mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 17:33:49 +02:00
parent
fa500dc7fd
commit
cf649c8365
1 changed files with 2 additions and 1 deletions
|
@ -254,7 +254,8 @@ void SequenceNumberStatsTests::pruneTest() {
|
|||
numSent++;
|
||||
numEarly++;
|
||||
numLost += 10;
|
||||
|
||||
|
||||
const QSet<quint16>& missingSet = stats.getMissingSet();
|
||||
assert(missingSet.size() <= 1000);
|
||||
|
||||
for (int i = 0; i < 10; i++) {
|
||||
|
|
Loading…
Reference in a new issue