Mercurial > hg > ltpda
annotate testing/utp_1.1/utp_fcns/utpCloseConnection.m @ 50:7d2e2e065cf1 database-connection-manager
Update unit tests
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:24:37 +0100 |
parents | 409a22968d5e |
children |
rev | line source |
---|---|
44 | 1 % UTPCLOSECONNECTION closes the connection. |
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
3 % | |
4 % DESCRIPTION: UTPCLOSECONNECTION closes the connection. | |
5 % | |
6 % CALL: utpGetConnection(conn) | |
7 % | |
8 % VERSION: $Id: utpCloseConnection.m,v 1.2 2009/09/20 15:38:53 ingo Exp $ | |
9 % | |
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
11 | |
12 function utpCloseConnection(conn) | |
13 | |
50
7d2e2e065cf1
Update unit tests
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
44
diff
changeset
|
14 conn.close(); |
44 | 15 |
16 end |