summaryrefslogtreecommitdiff
path: root/extensions/qa/update/test_update.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/qa/update/test_update.cxx')
-rw-r--r--extensions/qa/update/test_update.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/qa/update/test_update.cxx b/extensions/qa/update/test_update.cxx
index 5459bc5a3b5c..c5dc23568336 100644
--- a/extensions/qa/update/test_update.cxx
+++ b/extensions/qa/update/test_update.cxx
@@ -70,7 +70,7 @@ protected:
// test the getUpdateInformationEnumeration() method
void testGetUpdateInformationEnumeration()
{
- ::rtl::OUString aInstallSetID( RTL_CONSTASCII_USTRINGPARAM( "TODO" ) ); // unused when we do not have a 'feed'
+ ::rtl::OUString aInstallSetID( "TODO" ); // unused when we do not have a 'feed'
uno::Reference< container::XEnumeration > aUpdateInfoEnumeration =
m_xProvider->getUpdateInformationEnumeration( m_aRepositoryList, aInstallSetID );