fix example test paths
authorTom Henderson <tomh@tomh.org>
Sun, 27 Feb 2011 07:02:49 -0800
changeset 6843 2c266dadae69
parent 6842 98b4cbac259f
child 6844 60cb2b005559
fix example test paths
test.py
--- a/test.py	Sun Feb 27 11:31:43 2011 +0000
+++ b/test.py	Sun Feb 27 07:02:49 2011 -0800
@@ -124,14 +124,14 @@
     ("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"),