aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-05-11 15:39:58 +0100
committerJim Flynn <jim.flynn@arm.com>2020-05-24 15:20:27 +0000
commit0a336dce464a822bbd9563b5dc021a37c6671515 (patch)
tree1c00ba9bc68eb8f9decf7aeafa38ddbf376b4617 /tests
parent6feca6cc9bce5a4d2092c7b99a278f2c7a8e606f (diff)
downloadarmnn-0a336dce464a822bbd9563b5dc021a37c6671515.tar.gz
IVGCVSW-4734 Add an Attribute label guid to the relationship message to reduce traffic
Signed-off-by: Finn Williams <Finn.Williams@arm.com> Change-Id: Ia55c52c12fe3d30eb47bc42c932a33c620dc9197
Diffstat (limited to 'tests')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 0170962261..38c04ed7e5 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -471,7 +471,7 @@ BOOST_AUTO_TEST_CASE(GatorDMockTimeLineActivation)
BOOST_CHECK(timelineDecoder.GetModel().m_Entities.size() == 6);
BOOST_CHECK(timelineDecoder.GetModel().m_EventClasses.size() == 4);
BOOST_CHECK(timelineDecoder.GetModel().m_Labels.size() == 24);
- BOOST_CHECK(timelineDecoder.GetModel().m_Relationships.size() == 28);
+ BOOST_CHECK(timelineDecoder.GetModel().m_Relationships.size() == 17);
BOOST_CHECK(timelineDecoder.GetModel().m_Events.size() == 0);
mockService.WaitForReceivingThread();