From 8ae791d954e9c5034fa68dbc0962f93da449800b Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 20 Oct 2008 12:37:43 +0200 Subject: [PATCH] remove broken test --- utils/python-unit-tests.py | 1 - 1 file changed, 1 deletion(-) 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?