Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
de178082
Commit
de178082
authored
Jun 10, 2021
by
Pablo Gil Pereira
Browse files
Fix block test
parent
807c0ee2
Pipeline
#4893
failed with stages
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/PrrtBlock_tests.cpp
View file @
de178082
...
...
@@ -225,7 +225,7 @@ TEST_F(PrrtBlockTest, NoCodingConfigured)
uint32_t
pkt_count
=
encBlock
->
dataPacketCount
;
for
(
j
=
0
;
j
<
pkt_count
;
j
++
)
{
PrrtPacket
*
data_pkt
=
PrrtBlock_get_
firs
t_data
(
encBlock
);
PrrtPacket
*
data_pkt
=
PrrtBlock_get_
nex
t_data
(
encBlock
);
ASSERT_EQ
(
refPackets
[
j
]
->
sequenceNumber
,
data_pkt
->
sequenceNumber
);
}
uint32_t
red_count
=
encBlock
->
redPacketCount
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment