diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-15 12:26:28 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-12-15 16:20:54 +0000 |
commit | 690cf2a5ac87d3d05c45a86944e7f6b0adf12cf2 (patch) | |
tree | da6e4bc5b8ca99192ba7c49e18bf710ffce72277 /stoc/test | |
parent | f0804905ec38cdf3a5af1ebe5b087809d2850ccd (diff) |
no point in having both SAL_WARN and OSL_FAIL for the same thing
Change-Id: I1beafff257e968a62184f8b1d8cf2a3a24e7c945
Reviewed-on: https://gerrit.libreoffice.org/32039
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'stoc/test')
-rw-r--r-- | stoc/test/javavm/testjavavm.cxx | 1 | ||||
-rw-r--r-- | stoc/test/testconv.cxx | 1 | ||||
-rw-r--r-- | stoc/test/testcorefl.cxx | 1 | ||||
-rw-r--r-- | stoc/test/testintrosp.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/stoc/test/javavm/testjavavm.cxx b/stoc/test/javavm/testjavavm.cxx index f856f76dc2a8..e7d0c4d5a4cc 100644 --- a/stoc/test/javavm/testjavavm.cxx +++ b/stoc/test/javavm/testjavavm.cxx @@ -138,7 +138,6 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - OSL_FAIL( "### exception occurred!" ); SAL_WARN("stoc", "### exception occurred: " << rExc.Message ); } diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx index 2eebdef67d4c..1e9aae16ed42 100644 --- a/stoc/test/testconv.cxx +++ b/stoc/test/testconv.cxx @@ -671,7 +671,6 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - OSL_FAIL( "### exception occurred!" ); SAL_WARN("stoc", "### exception occurred: " << rExc.Message ); } diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx index 7aa06a9ca82d..3b2a02cccd8a 100644 --- a/stoc/test/testcorefl.cxx +++ b/stoc/test/testcorefl.cxx @@ -367,7 +367,6 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - OSL_FAIL( "### exception occurred!" ); SAL_WARN("stoc", "### exception occurred: " << rExc.Message ); } diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx index caff1337a91c..2d5a682bd583 100644 --- a/stoc/test/testintrosp.cxx +++ b/stoc/test/testintrosp.cxx @@ -1195,7 +1195,6 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - OSL_FAIL( "### exception occurred!" ); SAL_WARN("stoc", "### exception occurred: " << rExc.Message ); } |