summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/repository/data/repository/Updates.xml
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2021-08-30 11:38:56 +0300
committerKatja Marttila <katja.marttila@qt.io>2021-09-02 11:43:40 +0300
commit2767b0c96a0dbe713bc2d1e346d10f6787556d5b (patch)
treeca5342d36215e74db756af83b1367c0ce722ded8 /tests/auto/installer/repository/data/repository/Updates.xml
parent08a123c86b9aae85da1be1542578de060df4868b (diff)
Fix qbsp adding from GUI
Qbsp package adding failed using gui if the package with the same name existed in the component tree. Also increased priority to qbsp package so that if the same name and version exists in the component tree then qbsp package is used. Task-number: QTIFW-2312 Change-Id: I732fef1a7ba503d2332f411e15b6873c63dcf630 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'tests/auto/installer/repository/data/repository/Updates.xml')
-rw-r--r--tests/auto/installer/repository/data/repository/Updates.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/installer/repository/data/repository/Updates.xml b/tests/auto/installer/repository/data/repository/Updates.xml
new file mode 100644
index 000000000..6fdfec9e5
--- /dev/null
+++ b/tests/auto/installer/repository/data/repository/Updates.xml
@@ -0,0 +1,13 @@
+<Updates>
+ <ApplicationName>{AnyApplication}</ApplicationName>
+ <ApplicationVersion>1.0.0</ApplicationVersion>
+ <PackageUpdate>
+ <Name>A</Name>
+ <DisplayName>A</DisplayName>
+ <Description>Example component A</Description>
+ <Version>1.0.2</Version>
+ <ReleaseDate>2015-01-01</ReleaseDate>
+ <Default>true</Default>
+ <DownloadableArchives>content.7z</DownloadableArchives>
+ </PackageUpdate>
+</Updates>