more verbose test name for lr-wpan-energy-detection
authorTom Henderson <tomh@tomh.org>
Sat, 26 Apr 2014 23:11:44 -0700
changeset 10759 3ad3b09254da
parent 10758 9ae6fc0e8032
child 10760 d7d73e3ceb3c
more verbose test name for lr-wpan-energy-detection
src/lr-wpan/test/lr-wpan-ed-test.cc
--- a/src/lr-wpan/test/lr-wpan-ed-test.cc	Sat Apr 26 22:23:25 2014 +0200
+++ b/src/lr-wpan/test/lr-wpan-ed-test.cc	Sat Apr 26 23:11:44 2014 -0700
@@ -34,7 +34,7 @@
 
 using namespace ns3;
 
-NS_LOG_COMPONENT_DEFINE ("lr-wpan-ed-test");
+NS_LOG_COMPONENT_DEFINE ("lr-wpan-energy-detection-test");
 
 using namespace ns3;
 
@@ -62,7 +62,7 @@
 void
 LrWpanEdTestCase::PlmeEdConfirm (LrWpanPhyEnumeration status, uint8_t level)
 {
-  NS_LOG_UNCOND ("ED completed with status " << LrWpanHelper::LrWpanPhyEnumerationPrinter(status) << " and energy level " << static_cast<uint32_t> (level));
+  NS_LOG_UNCOND ("Energy Detection completed with status " << LrWpanHelper::LrWpanPhyEnumerationPrinter(status) << " and energy level " << static_cast<uint32_t> (level));
   m_status = status;
   m_level = level;
 }
@@ -250,7 +250,7 @@
 };
 
 LrWpanEdTestSuite::LrWpanEdTestSuite ()
-  : TestSuite ("lr-wpan-ed", UNIT)
+  : TestSuite ("lr-wpan-energy-detection", UNIT)
 {
   AddTestCase (new LrWpanEdTestCase, TestCase::QUICK);
 }