Mercurial > hg > ltpda
annotate 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 |
rev | line source |
---|---|
44 | 1 % UTPGETPASSWORD returns the password for the repository tests. |
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
3 % | |
4 % DESCRIPTION: UTPGETPASSWORD returns the password for the repository | |
5 % tests. | |
6 % | |
7 % CALL: password = utpGetPassword() | |
8 % | |
9 % VERSION: $Id: utpGetPassword.m,v 1.4 2010/07/26 16:43:37 hewitson Exp $ | |
10 % | |
11 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
12 | |
13 function password = utpGetPassword() | |
14 | |
51
9d5c88356247
Make unit tests database connection parameters configurable
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
44
diff
changeset
|
15 password = getappdata(0, 'LTPDAUtpRepositoryPassword'); |
44 | 16 |
17 end |