فهرست منبع

Fixed power window test

Yentl Van Tendeloo 8 سال پیش
والد
کامیت
69e123e468
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 2 0
      integration/test_powerwindow.py
  2. 1 1
      models/pm_req_analyse_debug.mvc

+ 2 - 0
integration/test_powerwindow.py

@@ -894,6 +894,8 @@ class TestPowerWindow(unittest.TestCase):
                 "Please give your command.",
                 # Computations happen without output
                 # Got an error!
+                "Found error path:",
+                None,
                 # Manual transformation revise_plant
                 "Please perform manual transformation \"revise_plant\"",
                 "Model loaded, ready for commands!",

+ 1 - 1
models/pm_req_analyse_debug.mvc

@@ -152,7 +152,7 @@ ProcessModel analyse_requirements {
     Next (join3, match) {}
     Next (match, found) {}
     Then (found, bfs) {}
-    Next (bfs, revise_req) {}
+    Next (bfs, fork1) {}
     Else (found, finish) {}
 
     Consumes (revise_req, req) {