Mercurial > hg > ltpda
changeset 38:3aef676a1b20 database-connection-manager
Keep backtrace on error
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | a4b7ceae0403 |
children | 11e3ed9d2115 |
files | m-toolbox/classes/tests/database/@ltpda_ao_table/test_ao_data_id.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m-toolbox/classes/tests/database/@ltpda_ao_table/test_ao_data_id.m Mon Dec 05 16:20:06 2011 +0100 +++ b/m-toolbox/classes/tests/database/@ltpda_ao_table/test_ao_data_id.m Mon Dec 05 16:20:06 2011 +0100 @@ -41,7 +41,7 @@ end catch Me - throw(Me); + rethrow(Me); end varargout{1} = sprintf('Test the field ''%s'' of the database table ''%s'' with the database %s ', tableField, dbTable, utp.testRunner.repositoryPlist.find('database'));