summaryrefslogtreecommitdiff
path: root/io/test
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:12:37 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:12:37 +0100
commit7f5ce2bde679d1a512a631eea7909727eba1554f (patch)
treef20cf9f11f97c1c76a52c765576672899a1a9852 /io/test
parent056869b3e4499ea41c8d066f31c79ce48aaa2767 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'io/test')
-rw-r--r--io/test/stm/testfactreg.cxx2
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;