Relabel all build verification tests (BVT) to be unit tests (UNIT)
This commit is contained in:
@@ -217,7 +217,7 @@ public:
|
||||
};
|
||||
|
||||
CommandLineTestSuite::CommandLineTestSuite ()
|
||||
: TestSuite ("command-line", BVT)
|
||||
: TestSuite ("command-line", UNIT)
|
||||
{
|
||||
AddTestCase (new CommandLineBooleanTestCase);
|
||||
AddTestCase (new CommandLineIntTestCase);
|
||||
|
||||
@@ -605,7 +605,7 @@ public:
|
||||
};
|
||||
|
||||
ConfigTestSuite::ConfigTestSuite ()
|
||||
: TestSuite ("config", BVT)
|
||||
: TestSuite ("config", UNIT)
|
||||
{
|
||||
AddTestCase (new RootNamespaceConfigTestCase);
|
||||
AddTestCase (new UnderRootNamespaceConfigTestCase);
|
||||
|
||||
@@ -83,7 +83,7 @@ public:
|
||||
};
|
||||
|
||||
GlobalValueTestSuite::GlobalValueTestSuite ()
|
||||
: TestSuite ("global-value", BVT)
|
||||
: TestSuite ("global-value", UNIT)
|
||||
{
|
||||
AddTestCase (new GlobalValueTestCase);
|
||||
}
|
||||
|
||||
@@ -417,7 +417,7 @@ public:
|
||||
};
|
||||
|
||||
ObjectTestSuite::ObjectTestSuite ()
|
||||
: TestSuite ("object", BVT)
|
||||
: TestSuite ("object", UNIT)
|
||||
{
|
||||
AddTestCase (new CreateObjectTestCase);
|
||||
AddTestCase (new AggregateObjectTestCase);
|
||||
|
||||
@@ -136,7 +136,7 @@ public:
|
||||
};
|
||||
|
||||
BasicRandomNumberTestSuite::BasicRandomNumberTestSuite ()
|
||||
: TestSuite ("basic-random-number", BVT)
|
||||
: TestSuite ("basic-random-number", UNIT)
|
||||
{
|
||||
AddTestCase (new BasicRandomNumberTestCase);
|
||||
AddTestCase (new RandomNumberSerializationTestCase);
|
||||
|
||||
@@ -1094,7 +1094,7 @@ public:
|
||||
};
|
||||
|
||||
CsmaSystemTestSuite::CsmaSystemTestSuite ()
|
||||
: TestSuite ("csma-system", BVT)
|
||||
: TestSuite ("csma-system", UNIT)
|
||||
{
|
||||
AddTestCase (new CsmaBridgeTestCase);
|
||||
AddTestCase (new CsmaBroadcastTestCase);
|
||||
|
||||
@@ -122,7 +122,7 @@ public:
|
||||
};
|
||||
|
||||
ErrorModelTestSuite::ErrorModelTestSuite ()
|
||||
: TestSuite ("error-model", BVT)
|
||||
: TestSuite ("error-model", UNIT)
|
||||
{
|
||||
AddTestCase (new ErrorModelSimple);
|
||||
}
|
||||
|
||||
@@ -398,7 +398,7 @@ public:
|
||||
};
|
||||
|
||||
GlobalRoutingTestSuite::GlobalRoutingTestSuite ()
|
||||
: TestSuite ("global-routing", BVT)
|
||||
: TestSuite ("global-routing", UNIT)
|
||||
{
|
||||
AddTestCase (new DynamicGlobalRoutingTestCase);
|
||||
AddTestCase (new GlobalRoutingSlash32TestCase);
|
||||
|
||||
@@ -361,7 +361,7 @@ public:
|
||||
};
|
||||
|
||||
MobilityTestSuite::MobilityTestSuite ()
|
||||
: TestSuite ("mobility", BVT)
|
||||
: TestSuite ("mobility", UNIT)
|
||||
{
|
||||
AddTestCase (new WaypointLazyNotifyFalse);
|
||||
AddTestCase (new WaypointLazyNotifyTrue);
|
||||
|
||||
@@ -54,7 +54,7 @@ public:
|
||||
};
|
||||
|
||||
SampleTestSuite::SampleTestSuite ()
|
||||
: TestSuite ("sample", BVT)
|
||||
: TestSuite ("sample", UNIT)
|
||||
{
|
||||
AddTestCase (new SampleTestCase1);
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@ public:
|
||||
};
|
||||
|
||||
StaticRoutingTestSuite::StaticRoutingTestSuite ()
|
||||
: TestSuite ("static-routing", BVT)
|
||||
: TestSuite ("static-routing", UNIT)
|
||||
{
|
||||
AddTestCase (new StaticRoutingSlash32TestCase);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user