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