summaryrefslogtreecommitdiff
path: root/extensions/qa/update
AgeCommit message (Collapse)Author
2012-01-04Online update: Introduce inst:gitid to check exactly if we are the same.Jan Holesovsky
This allows to feed updates via a static .xml in a controlled environment.
2012-01-02Online update: Don't check for buildid at the user's end.Jan Holesovsky
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.
2011-11-30online update: Now check even the checkForUpdates().Jan Holesovsky
2011-11-30online update: Unit testing framework + rewrite of load().Jan Holesovsky
- introduce first two basic tests (to be improved) - rewrite of UpdateInformationProvider::load() to use comphelper - smaller splitting of functions to be able to unit test
2011-11-08Fix WaE variable ‘eUIState’ set but not usedJulien Nabet
2011-10-22Make the update unit test compile.Jan Holesovsky
It is not useful yet, so disabled.
2011-10-17expedient fix to get test-suite auto executedCaolán McNamara
2011-10-17Skeleton of the unit test for updates.Jan Holesovsky