Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
994ebe5b
Commit
994ebe5b
authored
Jun 19, 2018
by
DonLakeFlyer
Browse files
Fix incorrect last sequence number test
parent
b8cfd1e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/StructureScanComplexItemTest.cc
View file @
994ebe5b
...
...
@@ -134,6 +134,6 @@ void StructureScanComplexItemTest::_testItemCount(void)
_initItem
();
_structureScanItem
->
appendMissionItems
(
items
,
this
);
QCOMPARE
(
items
.
count
(),
_structureScanItem
->
lastSequenceNumber
());
QCOMPARE
(
items
.
count
()
-
1
,
_structureScanItem
->
lastSequenceNumber
());
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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