summaryrefslogtreecommitdiff
path: root/svl/qa/unit/test_URIHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/unit/test_URIHelper.cxx')
-rw-r--r--svl/qa/unit/test_URIHelper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx
index 380cbf56e645..117c2db02d3c 100644
--- a/svl/qa/unit/test_URIHelper.cxx
+++ b/svl/qa/unit/test_URIHelper.cxx
@@ -154,8 +154,7 @@ css::uno::Any Content::execute(
css::uno::Exception, css::ucb::CommandAbortedException,
css::uno::RuntimeException)
{
- if (!command.Name.equalsAsciiL(
- RTL_CONSTASCII_STRINGPARAM("getCasePreservingURL")))
+ if ( command.Name != "getCasePreservingURL" )
{
throw css::uno::RuntimeException();
}