equal
deleted
inserted
replaced
48 |
48 |
49 #include <string> |
49 #include <string> |
50 |
50 |
51 NS_LOG_COMPONENT_DEFINE ("Ipv6DualStackTestSuite"); |
51 NS_LOG_COMPONENT_DEFINE ("Ipv6DualStackTestSuite"); |
52 |
52 |
53 namespace ns3 { |
53 using namespace ns3; |
54 |
54 |
55 class DualStackTestCase : public TestCase |
55 class DualStackTestCase : public TestCase |
56 { |
56 { |
57 public: |
57 public: |
58 DualStackTestCase (); |
58 DualStackTestCase (); |
307 : TestSuite ("ipv6-dual-stack", UNIT) |
307 : TestSuite ("ipv6-dual-stack", UNIT) |
308 { |
308 { |
309 AddTestCase (new DualStackTestCase()); |
309 AddTestCase (new DualStackTestCase()); |
310 } |
310 } |
311 } g_ipv6DualStackTestSuite; |
311 } g_ipv6DualStackTestSuite; |
312 |
|
313 } // namespace ns3 |
|