fixed issues executing xml from gui, added more tests for testing message handling

This commit is contained in:
Blake Harnden 2019-06-24 15:49:12 -07:00
parent 588a0932d3
commit 4f4605163f
3 changed files with 344 additions and 92 deletions

View file

@ -628,6 +628,9 @@ class Session(object):
# clear out existing session
self.clear()
if start:
self.set_state(EventTypes.CONFIGURATION_STATE)
# write out xml file
CoreXmlReader(self).read(file_name)