예제 #1
0
 def test_01_Port(self):
     """ Write Web port.
     """
     # print(PrettyFormatAny.form(self.m_web_obj, 'Web'))
     webXml._write_port(self.m_web_obj, self.m_web_xml)
     # print(PrettyFormatAny.form(self.m_web_xml, 'Web'))
     self.assertEqual(self.m_web_xml.find('Port').text, TESTING_WEB_PORT)
예제 #2
0
 def test_01_Port(self):
     """ Write Web port.
     """
     # print(PrettyFormatAny.form(self.m_web_obj, 'Web'))
     webXml._write_port(self.m_web_obj, self.m_web_xml)
     # print(PrettyFormatAny.form(self.m_web_xml, 'Web'))
     self.assertEqual(self.m_web_xml.find('Port').text, TESTING_WEB_PORT)