diff --git a/utils/python-unit-tests.py b/utils/python-unit-tests.py index 8495661fb..4ea16dd2d 100644 --- a/utils/python-unit-tests.py +++ b/utils/python-unit-tests.py @@ -57,7 +57,6 @@ class TestSimulator(unittest.TestCase): self.assertEqual(v1, ns3.Seconds(50)) def testConfig(self): - ns3.Config.Set("ns3::OnOffApplication::PacketSize", ns3.UintegerValue(123)) ns3.Config.SetDefault("ns3::OnOffApplication::PacketSize", ns3.UintegerValue(123)) # hm.. no Config.Get?