diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-29 21:52:43 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-30 00:24:51 +0100 |
commit | b87fa222f1cc58e17b57fe5ef08438520976faae (patch) | |
tree | bff41d37d327be00a6827ba3fb6742bbd94c0601 /extensions/qa/update/simple.xml | |
parent | 4432a44e75c2ead9b226838014a480d68f7900e9 (diff) |
online update: Unit testing framework + rewrite of load().
- 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
Diffstat (limited to 'extensions/qa/update/simple.xml')
-rw-r--r-- | extensions/qa/update/simple.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extensions/qa/update/simple.xml b/extensions/qa/update/simple.xml new file mode 100644 index 000000000000..6a6af1280b87 --- /dev/null +++ b/extensions/qa/update/simple.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<inst:description xmlns:inst="http://update.libreoffice.org/description"> + <inst:id>LibreOffice_3.4</inst:id> + <inst:version>3.4.2</inst:version> + <inst:buildid>102</inst:buildid> + <inst:os>Linux</inst:os> + <inst:arch>x86</inst:arch> + + <inst:update type="text/html" src="http://www.libreoffice.org/download/" /> +</inst:description> |