diff options
Diffstat (limited to 'ucb/qa/cppunit/webdav')
-rw-r--r-- | ucb/qa/cppunit/webdav/webdav_propfindcache.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/qa/cppunit/webdav/webdav_propfindcache.cxx b/ucb/qa/cppunit/webdav/webdav_propfindcache.cxx index 3dba002e9e5f..5a12f05aed5f 100644 --- a/ucb/qa/cppunit/webdav/webdav_propfindcache.cxx +++ b/ucb/qa/cppunit/webdav/webdav_propfindcache.cxx @@ -83,7 +83,7 @@ namespace aRetProp = aPropsNames.getPropertiesNames(); CPPUNIT_ASSERT_EQUAL( true, ( aProps == aRetProp ) ); - aProps[0].properties.push_back( "DAV:getlastmodified" ); + aProps[0].properties.emplace_back("DAV:getlastmodified" ); aRetProp = aPropsNames.getPropertiesNames(); CPPUNIT_ASSERT_EQUAL( false, ( aProps == aRetProp ) ); } |