mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 00:44:07 +08:00
Fixed test names
This commit is contained in:
parent
1a6226ddc2
commit
3221179eef
@ -37,7 +37,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
TEST(DynamicNodeIDServer, RaftCoreBasic)
|
||||
TEST(dynamic_node_id_server_RaftCore, Basic)
|
||||
{
|
||||
using namespace uavcan::dynamic_node_id_server::distributed;
|
||||
using namespace uavcan::protocol::dynamic_node_id::server;
|
||||
@ -116,7 +116,7 @@ TEST(DynamicNodeIDServer, RaftCoreBasic)
|
||||
}
|
||||
|
||||
|
||||
TEST(DynamicNodeIDServer, Main)
|
||||
TEST(dynamic_node_id_server_Server, Basic)
|
||||
{
|
||||
using namespace uavcan::dynamic_node_id_server;
|
||||
using namespace uavcan::protocol::dynamic_node_id;
|
||||
@ -175,7 +175,7 @@ TEST(DynamicNodeIDServer, Main)
|
||||
}
|
||||
|
||||
|
||||
TEST(DynamicNodeIDServer, ObjectSizes)
|
||||
TEST(dynamic_node_id_server, ObjectSizes)
|
||||
{
|
||||
using namespace uavcan::dynamic_node_id_server;
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
#include <uavcan/protocol/dynamic_node_id_server/event.hpp>
|
||||
|
||||
|
||||
TEST(DynamicNodeIDServer, EventCodeToString)
|
||||
TEST(dynamic_node_id_server_EventTracer, EventCodeToString)
|
||||
{
|
||||
using namespace uavcan::dynamic_node_id_server;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user