diff testing/utp_1.1/utp_fcns/utpGetDatabase.m @ 44:409a22968d5e default

Add unit tests
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Tue, 06 Dec 2011 18:42:11 +0100
parents
children 9d5c88356247
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testing/utp_1.1/utp_fcns/utpGetDatabase.m	Tue Dec 06 18:42:11 2011 +0100
@@ -0,0 +1,18 @@
+% UTPGETDATABASE returns the database for the repository tests.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% DESCRIPTION: UTPGETDATABASE returns the database for the repository
+%              tests.
+%
+% CALL:        database = utpGetDatabase()
+%
+% VERSION:     $Id: utpGetDatabase.m,v 1.1 2009/09/19 15:27:53 ingo Exp $
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+function database = utpGetDatabase()
+  
+%   database = 'an other db name';
+  database = 'ltpda_test';
+  
+end