src/core/test/config-test-suite.cc
changeset 7008 82c66d5c01f7
parent 7003 a0b1500cdaad
child 7169 358f71a624d8
equal deleted inserted replaced
7007:4010b8f3872c 7008:82c66d5c01f7
   603 public:
   603 public:
   604   ConfigTestSuite ();
   604   ConfigTestSuite ();
   605 };
   605 };
   606 
   606 
   607 ConfigTestSuite::ConfigTestSuite ()
   607 ConfigTestSuite::ConfigTestSuite ()
   608   : TestSuite ("config", BVT)
   608   : TestSuite ("config", UNIT)
   609 {
   609 {
   610   AddTestCase (new RootNamespaceConfigTestCase);
   610   AddTestCase (new RootNamespaceConfigTestCase);
   611   AddTestCase (new UnderRootNamespaceConfigTestCase);
   611   AddTestCase (new UnderRootNamespaceConfigTestCase);
   612   AddTestCase (new ObjectVectorConfigTestCase);
   612   AddTestCase (new ObjectVectorConfigTestCase);
   613 }
   613 }