diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-01-02 19:02:46 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-01-02 21:06:22 +0100 |
commit | adad42f4401dec83ad78218b40fdfc71731ce214 (patch) | |
tree | 2fea3e50f3dacb2fb706d036241811ad3558eaed /extensions/qa/update/test_update.cxx | |
parent | 74896046219ee456aae0fa2396a20dc6605ff620 (diff) |
Online update: Don't check for buildid at the user's end.
We want more freedom in what to offer to the user; at some stage we would like
to offer 3.6 to the users using 3.5 which would be harder with this buildid
check.
This makes the server side responsible for offering the correct version; but
that should be fine because all the versions that we are able to update must
be listed on the server: what is not listed is considered up-to-date.
Diffstat (limited to 'extensions/qa/update/test_update.cxx')
-rw-r--r-- | extensions/qa/update/test_update.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/qa/update/test_update.cxx b/extensions/qa/update/test_update.cxx index 84cbc4ff7fbe..bed67d374350 100644 --- a/extensions/qa/update/test_update.cxx +++ b/extensions/qa/update/test_update.cxx @@ -131,7 +131,6 @@ protected: rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Linux" ) ), rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "x86" ) ), m_aRepositoryList, - rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "100" ) ), rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "InstallSetID" ) ) ) ) { CPPUNIT_ASSERT( aInfo.Sources.size() == 1 ); |