Просмотр исходного кода

Remove test for which file is missing

Yentl Van Tendeloo 7 лет назад
Родитель
Сommit
36665e86cf
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      integration/test_powerwindow.py

+ 2 - 1
integration/test_powerwindow.py

@@ -228,6 +228,7 @@ class TestPowerWindow(unittest.TestCase):
         assert len(error_path) == 10
 
 
+    """
     @slow
     def test_process_powerwindow_print(self):
         model_add("formalisms/ReachabilityGraph", "formalisms/SimpleClassDiagrams", open("models/reachability_graph.mvc", "r").read())
@@ -325,4 +326,4 @@ class TestPowerWindow(unittest.TestCase):
         if called != 6:
             print(called)
             raise Exception("Not executed sufficiently:" + str(called))
-
+    """