Ejemplo n.º 1
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)
Ejemplo n.º 2
0
 def test_02_OpenConfig(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
Ejemplo n.º 3
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)
Ejemplo n.º 4
0
 def test_01_File(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
Ejemplo n.º 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)
Ejemplo n.º 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)
Ejemplo n.º 7
0
 def test_02_OpenConfig(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
Ejemplo n.º 8
0
 def test_01_File(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)