Browse Source

Change expected value in test: Type was removed

Yentl Van Tendeloo 9 years ago
parent
commit
9b913861f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration/test_pn_interface.py

+ 1 - 1
integration/test_pn_interface.py

@@ -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):