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
807c0ee2
Commit
807c0ee2
authored
Jun 10, 2021
by
Pablo Gil Pereira
Browse files
Fix block test
parent
d8801e98
Pipeline
#4892
failed with stages
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/PrrtBlock_tests.cpp
View file @
807c0ee2
...
...
@@ -223,7 +223,7 @@ TEST_F(PrrtBlockTest, NoCodingConfigured)
uint32_t
j
=
0
;
PrrtBlock_encode
(
encBlock
,
&
base
);
uint32_t
pkt_count
=
List_count
(
encBlock
->
dataPacket
s
)
;
uint32_t
pkt_count
=
encBlock
->
dataPacket
Count
;
for
(
j
=
0
;
j
<
pkt_count
;
j
++
)
{
PrrtPacket
*
data_pkt
=
PrrtBlock_get_first_data
(
encBlock
);
ASSERT_EQ
(
refPackets
[
j
]
->
sequenceNumber
,
data_pkt
->
sequenceNumber
);
...
...
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