def test_05_WriteConfig(self):
     Util._open_config_file(self.m_pyhouse_obj)
     l_xml = self.m_pyhouse_obj.Xml.XmlRoot
     self.m_api.write_xml_config_file(self.m_pyhouse_obj, l_xml)
 def test_02_OpenConfig(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
 def test_03_ReadConfig(self):
     Util._open_config_file(self.m_pyhouse_obj)
     l_xml = self.m_pyhouse_obj.Xml.XmlRoot
     l_pyh = self.m_api.read_xml_config_file(self.m_pyhouse_obj)
 def test_01_File(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
Exemple #5
0
 def test_05_WriteConfig(self):
     Util._open_config_file(self.m_pyhouse_obj)
     l_xml = self.m_pyhouse_obj.Xml.XmlRoot
     self.m_api.write_xml_config_file(self.m_pyhouse_obj, l_xml)
Exemple #6
0
 def test_03_ReadConfig(self):
     Util._open_config_file(self.m_pyhouse_obj)
     l_xml = self.m_pyhouse_obj.Xml.XmlRoot
     l_pyh = self.m_api.read_xml_config_file(self.m_pyhouse_obj)
Exemple #7
0
 def test_02_OpenConfig(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
Exemple #8
0
 def test_01_File(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)