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