diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 14:12:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 14:12:37 +0100 |
commit | 7f5ce2bde679d1a512a631eea7909727eba1554f (patch) | |
tree | f20cf9f11f97c1c76a52c765576672899a1a9852 /io/test | |
parent | 056869b3e4499ea41c8d066f31c79ce48aaa2767 (diff) |
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'io/test')
-rw-r--r-- | io/test/stm/testfactreg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index 4cd7c1d2b..99f0b960d 100644 --- a/io/test/stm/testfactreg.cxx +++ b/io/test/stm/testfactreg.cxx @@ -122,7 +122,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); + OSL_FAIL( "### InvalidRegistryException!" ); } } return sal_False; |