summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-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 af93e66c7ec2..3551f8a5022b 100644
--- a/extensions/qa/update/test_update.cxx
+++ b/extensions/qa/update/test_update.cxx
@@ -154,7 +154,7 @@ protected:
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "123456-abcdef-1a2b3c-4d5e6f" ) ),
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "InstallSetID" ) ) ) )
{
- CPPUNIT_ASSERT( aInfo.Sources.size() == 0 );
+ CPPUNIT_ASSERT( aInfo.Sources.empty() );
}
else
CPPUNIT_FAIL( "Calling checkForUpdates() failed." );