diff options
Diffstat (limited to 'stoc/test')
-rw-r--r-- | stoc/test/javavm/testjavavm.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testconv.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testcorefl.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testintrosp.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/javavm/testjavavm.cxx b/stoc/test/javavm/testjavavm.cxx index d7602359c660..c2c26efebb36 100644 --- a/stoc/test/javavm/testjavavm.cxx +++ b/stoc/test/javavm/testjavavm.cxx @@ -138,7 +138,7 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - SAL_WARN("stoc", "### exception occurred: " << rExc ); + DBG_UNHANDLED_EXCEPTION("stoc", "### exception occurred: " << rExc ); } Reference< XComponent > xCompContext( context, UNO_QUERY ); diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx index 2ed6fd712505..165f073912ed 100644 --- a/stoc/test/testconv.cxx +++ b/stoc/test/testconv.cxx @@ -671,7 +671,7 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - SAL_WARN("stoc", "### exception occurred: " << rExc ); + DBG_UNHANDLED_EXCEPTION("stoc", "### exception occurred: " << rExc ); } Reference< XComponent >( xMgr, UNO_QUERY )->dispose(); diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx index 98aa7d768cda..26e469c64063 100644 --- a/stoc/test/testcorefl.cxx +++ b/stoc/test/testcorefl.cxx @@ -367,7 +367,7 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - SAL_WARN("stoc", "### exception occurred: " << rExc ); + DBG_UNHANDLED_EXCEPTION("stoc", "### exception occurred: " << rExc ); } printf( "testcorefl %s !\n", (bSucc ? "succeeded" : "failed") ); diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx index c9c7aed33041..f6888b504bf9 100644 --- a/stoc/test/testintrosp.cxx +++ b/stoc/test/testintrosp.cxx @@ -1190,7 +1190,7 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - SAL_WARN("stoc", "### exception occurred: " << rExc ); + DBG_UNHANDLED_EXCEPTION("stoc", "### exception occurred: " << rExc ); } Reference< XComponent >( xMgr, UNO_QUERY )->dispose(); |