瀏覽代碼

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) {