84
84
self.assertEqual(nta.templates[0].locations[0].xpos, 0)
85
85
self.assertEqual(nta.templates[0].locations[0].ypos, 0)
87
92
def test_import_nocoords(self):
88
93
file = open(os.path.join(os.path.dirname(sys.argv[0]), 'small_nocoords.xml'))
89
94
nta = pyuppaal.from_xml(file)