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
cd6a0a28
Commit
cd6a0a28
authored
Oct 28, 2015
by
Don Gagne
Browse files
Merge pull request #2141 from DonLakeFlyer/UTDisable
Disable MissionManagerTest and MavlinkLogTest
parents
7d3cb138
b6242b55
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/MissionManagerTest.cc
View file @
cd6a0a28
...
...
@@ -25,7 +25,8 @@
#include
"LinkManager.h"
#include
"MultiVehicleManager.h"
UT_REGISTER_TEST
(
MissionManagerTest
)
// FIXME: Temporarily disabled until this can be stabilized
//UT_REGISTER_TEST(MissionManagerTest)
const
MissionManagerTest
::
TestCase_t
MissionManagerTest
::
_rgTestCases
[]
=
{
{
"0
\t
0
\t
3
\t
16
\t
10
\t
20
\t
30
\t
40
\t
-10
\t
-20
\t
-30
\t
1
\r\n
"
,
{
0
,
QGeoCoordinate
(
-
10.0
,
-
20.0
,
-
30.0
),
MAV_CMD_NAV_WAYPOINT
,
10.0
,
20.0
,
30.0
,
40.0
,
true
,
false
,
MAV_FRAME_GLOBAL_RELATIVE_ALT
}
},
...
...
src/qgcunittest/MavlinkLogTest.cc
View file @
cd6a0a28
...
...
@@ -34,7 +34,8 @@
#include
"UAS.h"
#include
"MultiVehicleManager.h"
UT_REGISTER_TEST
(
MavlinkLogTest
)
// FIXME: Temporarily disabled until this can be stabilized
//UT_REGISTER_TEST(MavlinkLogTest)
const
char
*
MavlinkLogTest
::
_tempLogFileTemplate
=
"FlightDataXXXXXX"
;
///< Template for temporary log file
const
char
*
MavlinkLogTest
::
_logFileExtension
=
"mavlink"
;
///< Extension for log files
...
...
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