diff testing/utp_1.1/utp_fcns/utpGetHostname.m @ 45:a59cdb8aaf31 database-connection-manager

Merge
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Tue, 06 Dec 2011 19:07:22 +0100
parents 409a22968d5e
children 9d5c88356247
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testing/utp_1.1/utp_fcns/utpGetHostname.m	Tue Dec 06 19:07:22 2011 +0100
@@ -0,0 +1,18 @@
+% UTPGETHOSTNAME returns the hostname for the repository tests.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% DESCRIPTION: UTPGETHOSTNAME returns the hostname for the repository
+%              tests.
+%
+% CALL:        hostname = utpGetHostname()
+%
+% VERSION:     $Id: utpGetHostname.m,v 1.1 2009/09/19 15:27:53 ingo Exp $
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+function hostname = utpGetHostname()
+  
+%   hostname = 'localhost';
+  hostname = '130.75.117.67';
+  
+end