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