mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Rename some test names for consistency
This commit is contained in:
committed by
Dennis Klein
parent
f191c5099c
commit
5af604c0a9
@@ -64,7 +64,7 @@ int testData::ndeallocations = 0;
|
||||
auto allocZMQ = factoryZMQ -> GetMemoryResource();
|
||||
auto allocSHM = factorySHM -> GetMemoryResource();
|
||||
|
||||
TEST(MemoryResources, transportallocatormap_test)
|
||||
TEST(MemoryResources, transportallocatormap)
|
||||
{
|
||||
EXPECT_TRUE(allocZMQ != nullptr && allocSHM != allocZMQ);
|
||||
auto _tmp = factoryZMQ->GetMemoryResource();
|
||||
@@ -73,7 +73,7 @@ TEST(MemoryResources, transportallocatormap_test)
|
||||
|
||||
using namespace fair::mq::pmr;
|
||||
|
||||
TEST(MemoryResources, allocator_test)
|
||||
TEST(MemoryResources, allocator)
|
||||
{
|
||||
testData::nallocations = 0;
|
||||
testData::ndeallocations = 0;
|
||||
@@ -94,7 +94,7 @@ TEST(MemoryResources, allocator_test)
|
||||
EXPECT_TRUE(testData::nallocations == testData::ndeallocations);
|
||||
}
|
||||
|
||||
TEST(MemoryResources, getMessage_test)
|
||||
TEST(MemoryResources, getMessage)
|
||||
{
|
||||
testData::nallocations = 0;
|
||||
testData::ndeallocations = 0;
|
||||
|
Reference in New Issue
Block a user