summaryrefslogtreecommitdiffstats
path: root/src/gtest
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest')
-rw-r--r--src/gtest/trex_stateless_gtest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp
index 4cc40cdb..c3dfcb95 100644
--- a/src/gtest/trex_stateless_gtest.cpp
+++ b/src/gtest/trex_stateless_gtest.cpp
@@ -3206,7 +3206,6 @@ public:
/* first the message must be an event */
TrexDpPortEventMsg *event = dynamic_cast<TrexDpPortEventMsg *>(msg);
EXPECT_TRUE(event != NULL);
- EXPECT_TRUE(event->get_event_type() == TrexDpPortEvent::EVENT_STOP);
EXPECT_TRUE(event->get_event_id() == m_event_id);
EXPECT_TRUE(event->get_port_id() == 0);