aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 38c04ed7e5..0ee4601931 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -443,7 +443,7 @@ BOOST_AUTO_TEST_CASE(GatorDMockTimeLineActivation)
// Packets we expect from SendWellKnownLabelsAndEventClassesTest
BOOST_CHECK(timelineDecoder.GetModel().m_Entities.size() == 1);
BOOST_CHECK(timelineDecoder.GetModel().m_EventClasses.size() == 2);
- BOOST_CHECK(timelineDecoder.GetModel().m_Labels.size() == 10);
+ BOOST_CHECK(timelineDecoder.GetModel().m_Labels.size() == 14);
BOOST_CHECK(timelineDecoder.GetModel().m_Relationships.size() == 0);
BOOST_CHECK(timelineDecoder.GetModel().m_Events.size() == 0);
@@ -467,10 +467,10 @@ BOOST_AUTO_TEST_CASE(GatorDMockTimeLineActivation)
WaitFor([&](){return timelineDecoder.GetModel().m_Labels.size() >= 24;},
"MockGatord did not receive well known timeline labels");
- // Packets we expect from SendWellKnownLabelsAndEventClassesTest * 2 and the loaded model
+ // Packets we expect from SendWellKnownLabelsAndEventClassesTest * 2 + network above (input, norm, backend, output)
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_Labels.size() == 32);
BOOST_CHECK(timelineDecoder.GetModel().m_Relationships.size() == 17);
BOOST_CHECK(timelineDecoder.GetModel().m_Events.size() == 0);