Kaydet (Commit) 7d2f53b8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:oncevar

Change-Id: I0e1e6f5214aeafc62d29cd25c40ba1c6848ca5e9
üst b3b6ce3f
......@@ -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." );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment