|
@@ -310,7 +310,7 @@ class TestPetrinetInterface(unittest.TestCase):
|
|
|
def pn_interface_types(self, mode):
|
|
|
self.assertTrue(run_file(all_files,
|
|
|
["new", "PetriNets", "abc", "types"],
|
|
|
- init + new + loaded + list_types([("Place", "Class"), ("Transition", "Class"), ("P2T", "Association"), ("T2P", "Association"), ("Integer", "Type")]),
|
|
|
+ init + new + loaded + list_types([("Place", "Class"), ("Transition", "Class"), ("P2T", "Association"), ("T2P", "Association"), ("Integer", "Class")]),
|
|
|
mode))
|
|
|
|
|
|
def test_po_pn_interface_modify_place(self):
|