From 5a7f6793ac227c348198ae5958db5951214ec8d2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 19 Mar 2011 14:12:37 +0100 Subject: Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) --- io/test/stm/testfactreg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io/test') diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index 05aaa92b1c34..fc43bb7a9ccd 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; -- cgit