add missing call to Simulator::Destroy to cleanup after test

This commit is contained in:
Mathieu Lacage
2007-10-10 15:32:04 +02:00
parent 2c9b70a674
commit fc0089c0f4

View File

@@ -452,6 +452,8 @@ UdpSocketTest::RunTests (void)
NS_TEST_ASSERT_EQUAL (m_receivedPacket.GetSize (), 123);
NS_TEST_ASSERT_EQUAL (m_receivedPacket2.GetSize (), 123);
Simulator::Destroy ();
return result;
}