|
@@ -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))
|
|
|
-
|
|
|
+ """
|