view 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
line wrap: on
line source

% UTPCLOSECONNECTION closes the connection.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% DESCRIPTION: UTPCLOSECONNECTION closes the connection.
%
% CALL:        utpGetConnection(conn)
%
% VERSION:     $Id: utpCloseConnection.m,v 1.2 2009/09/20 15:38:53 ingo Exp $
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

function utpCloseConnection(conn)
  
  conn.close();
  
end