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
cbf1f9b4
Commit
cbf1f9b4
authored
Apr 04, 2017
by
DonLakeFlyer
Browse files
Fix unit test
parent
ab25a46a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/MissionCommandTreeTest.cc
View file @
cbf1f9b4
...
...
@@ -20,7 +20,7 @@ MissionCommandTreeTest::MissionCommandTreeTest(void)
void
MissionCommandTreeTest
::
init
(
void
)
{
_commandTree
=
new
MissionCommandTree
(
qgcApp
(),
true
/* unitTest */
);
_commandTree
=
new
MissionCommandTree
(
qgcApp
(),
qgcApp
()
->
toolbox
(),
true
/* unitTest */
);
_commandTree
->
setToolbox
(
qgcApp
()
->
toolbox
());
}
...
...
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