From f9335a41f1d9db85db505f8057ce44f651df4ca7 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 27 Feb 2011 07:02:49 -0800 Subject: [PATCH] fix example test paths --- test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.py b/test.py index d521faa9c..b74bc2d36 100755 --- a/test.py +++ b/test.py @@ -124,14 +124,14 @@ example_tests = [ ("examples/routing/global-injection-slash32", "True", "True"), ("examples/routing/global-routing-slash32", "True", "True"), ("examples/routing/mixed-global-routing", "True", "True"), - ("src/routing/nix-vector-routing/examples/routing/nix-simple", "True", "True"), - ("src/routing/nix-vector-routing/examples/routing/nms-p2p-nix", "False", "True"), # Takes too long to run + ("src/routing/nix-vector-routing/examples/nix-simple", "True", "True"), + ("src/routing/nix-vector-routing/examples/nms-p2p-nix", "False", "True"), # Takes too long to run ("examples/routing/simple-alternate-routing", "True", "True"), ("examples/routing/simple-global-routing", "True", "True"), ("src/routing/olsr/examples/simple-point-to-point-olsr", "True", "True"), ("examples/routing/simple-routing-ping6", "True", "True"), ("examples/routing/static-routing-slash32", "True", "True"), - ("src/routing/aodv/examples/routing/aodv", "True", "True"), + ("src/routing/aodv/examples/aodv", "True", "True"), ("src/spectrum/examples/adhoc-aloha-ideal-phy", "True", "True"), ("src/spectrum/examples/adhoc-aloha-ideal-phy-with-microwave-oven", "True", "True"),