test suite name strings according to common practice

This commit is contained in:
Nicola Baldo
2011-05-19 13:39:35 +02:00
parent 76d68cf736
commit db3510f602
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ NS_LOG_COMPONENT_DEFINE ("LenaTestPfFfMacCheduler");
using namespace ns3;
LenaTestPfFfMacSchedulerSuite::LenaTestPfFfMacSchedulerSuite ()
: TestSuite ("lte-test-pf-ff-mac-scheduler", SYSTEM)
: TestSuite ("lte-pf-ff-mac-scheduler", SYSTEM)
{
SetVerbose (true);
NS_LOG_INFO ("creating LenaTestPfFfMacSchedulerSuite");

View File

@@ -50,7 +50,7 @@ using namespace ns3;
LenaTestRrFfMacSchedulerSuite::LenaTestRrFfMacSchedulerSuite ()
: TestSuite ("lte-test-rr-ff-mac-scheduler", SYSTEM)
: TestSuite ("lte-rr-ff-mac-scheduler", SYSTEM)
{
SetVerbose (true);
NS_LOG_INFO ("creating LenaRrFfMacSchedulerTestCase");