Example #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)
Example #2
0
 def test_02_OpenConfig(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
Example #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)
Example #4
0
 def test_01_File(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
Example #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)
Example #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)
Example #7
0
 def test_02_OpenConfig(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)
Example #8
0
 def test_01_File(self):
     l_file = Util._open_config_file(self.m_pyhouse_obj)