view testing/utp_1.1/utp_fcns/utpGetPassword.m @ 52:daf4eab1a51e database-connection-manager tip

Fix. Default password should be [] not an empty string
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 07 Dec 2011 17:29:47 +0100
parents 9d5c88356247
children
line wrap: on
line source

% UTPGETPASSWORD returns the password for the repository tests.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% DESCRIPTION: UTPGETPASSWORD returns the password for the repository
%              tests.
%
% CALL:        password = utpGetPassword()
%
% VERSION:     $Id: utpGetPassword.m,v 1.4 2010/07/26 16:43:37 hewitson Exp $
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

function password = utpGetPassword()
  
  password = getappdata(0, 'LTPDAUtpRepositoryPassword');
  
end