fixed issues executing xml from gui, added more tests for testing message handling
This commit is contained in:
parent
588a0932d3
commit
4f4605163f
3 changed files with 344 additions and 92 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue