+ fix unit tests

This commit is contained in:
wmayer
2016-02-09 16:00:38 +01:00
parent 94c5ceddb8
commit cd3d36342f
4 changed files with 13 additions and 5 deletions

View File

@@ -240,7 +240,7 @@ int main( int argc, char ** argv )
exit(0);
}
catch (const Base::Exception& e) {
Base::Console().Error("%s\n", e.what());
e.ReportException();
}
catch (...) {
Base::Console().Error("Application unexpectedly terminated\n");