summaryrefslogtreecommitdiff
path: root/extensions/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-29 18:00:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-29 18:00:19 +0200
commit7d2f53b874e586df6631f21fabb87aa5e45c36a3 (patch)
treead218efa424680800ac27c6d5bf45501d259fc0a /extensions/qa
parentb3b6ce3febbf3073dd9e16d908137e41ab473dca (diff)
loplugin:oncevar
Change-Id: I0e1e6f5214aeafc62d29cd25c40ba1c6848ca5e9
Diffstat (limited to 'extensions/qa')
-rw-r--r--extensions/qa/update/test_update.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/qa/update/test_update.cxx b/extensions/qa/update/test_update.cxx
index 1852f1d06f3e..f8654edbc40e 100644
--- a/extensions/qa/update/test_update.cxx
+++ b/extensions/qa/update/test_update.cxx
@@ -55,10 +55,10 @@ protected:
// test the getUpdateInformationEnumeration() method
void testGetUpdateInformationEnumeration()
{
- OUString aInstallSetID( "TODO" ); // unused when we do not have a 'feed'
-
uno::Reference< container::XEnumeration > aUpdateInfoEnumeration =
- m_xProvider->getUpdateInformationEnumeration( m_aRepositoryList, aInstallSetID );
+ m_xProvider->getUpdateInformationEnumeration(
+ m_aRepositoryList,
+ "TODO" ); // unused when we do not have a 'feed'
if ( !aUpdateInfoEnumeration.is() )
CPPUNIT_FAIL( "Calling getUpdateInformationEnumeration() with TODO failed." );