예제 #1
0
 def test_01_Port(self):
     """ Read the web port.
     """
     l_port = webXml._read_port(self.m_xml.web_sect)
     self.assertEqual(l_port, int(TESTING_WEB_PORT))
예제 #2
0
 def test_01_Port(self):
     """ Read the web port.
     """
     l_port = webXml._read_port(self.m_xml.web_sect)
     self.assertEqual(l_port, int(TESTING_WEB_PORT))