# HG changeset patch # User Daniele Nicolodi # Date 1323098406 -3600 # Node ID 3aef676a1b202178933a9c7c0b0da8bf177ae4eb # Parent a4b7ceae0403c4994cfdaed9a43532c47d54a758 Keep backtrace on error diff -r a4b7ceae0403 -r 3aef676a1b20 m-toolbox/classes/tests/database/@ltpda_ao_table/test_ao_data_id.m --- 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'));