unit TestConstsU; interface const //TEST_SERVER_ADDRESS = '192.168.56.1'; TEST_SERVER_ADDRESS = '127.0.0.1'; implementation end.