summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/cliinterface/data/repository/Updates.xml
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2022-06-02 10:46:14 +0300
committerKatja Marttila <katja.marttila@qt.io>2022-06-06 14:12:13 +0300
commitfdfd2e381bd16a99822ef8c9dfdffb75ab29d142 (patch)
treec97aa34d0e11907c8f65978a7aecc7c088e9d341 /tests/auto/installer/cliinterface/data/repository/Updates.xml
parentb6e6ad4876ab6c2c2a20f6cce191e27411441921 (diff)
Convert possible test cases to data-driven tests
Also rename the test to better correspond the test cases. Change-Id: Ic3f624fc8cf42724ff4df550cc85a52343ac6452 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'tests/auto/installer/cliinterface/data/repository/Updates.xml')
-rw-r--r--tests/auto/installer/cliinterface/data/repository/Updates.xml69
1 files changed, 0 insertions, 69 deletions
diff --git a/tests/auto/installer/cliinterface/data/repository/Updates.xml b/tests/auto/installer/cliinterface/data/repository/Updates.xml
deleted file mode 100644
index 52707d09d..000000000
--- a/tests/auto/installer/cliinterface/data/repository/Updates.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<Updates>
- <ApplicationName>{AnyApplication}</ApplicationName>
- <ApplicationVersion>1.0.0</ApplicationVersion>
- <Checksum>true</Checksum>
- <PackageUpdate>
- <Name>A</Name>
- <DisplayName>A</DisplayName>
- <Description>Example component A</Description>
- <Version>1.0.2-1</Version>
- <ReleaseDate>2015-01-01</ReleaseDate>
- <Default>true</Default>
- <UpdateFile CompressedSize="222" OS="Any" UncompressedSize="72"/>
- <DownloadableArchives>content.7z</DownloadableArchives>
- <SHA1>9d54e3a5adf3563913feee8ba23a99fb80d46590</SHA1>
- </PackageUpdate>
- <PackageUpdate>
- <Name>B</Name>
- <DisplayName>B</DisplayName>
- <Description>Example component B</Description>
- <Version>1.0.0-1</Version>
- <ReleaseDate>2015-01-01</ReleaseDate>
- <Default>false</Default>
- <UpdateFile CompressedSize="222" OS="Any" UncompressedSize="72"/>
- <DownloadableArchives>content.7z</DownloadableArchives>
- <SHA1>9170d55a6af81c1a6a63d708a4ab6ed359775cd9</SHA1>
- </PackageUpdate>
- <PackageUpdate>
- <Name>C</Name>
- <DisplayName>C</DisplayName>
- <Description>Example component C</Description>
- <Version>1.0.0-1</Version>
- <ReleaseDate>2015-01-01</ReleaseDate>
- <Default>true</Default>
- <UpdateFile CompressedSize="222" OS="Any" UncompressedSize="72"/>
- <DownloadableArchives>content.7z</DownloadableArchives>
- <SHA1>5b3939da1af492382c68388fc796837e4c36b876</SHA1>
- </PackageUpdate>
- <PackageUpdate>
- <Name>C.virt</Name>
- <DisplayName>Virtual subcomponent of C</DisplayName>
- <Description>Example virtual component</Description>
- <Version>1.0.0-1</Version>
- <ReleaseDate>2015-01-01</ReleaseDate>
- <Virtual>true</Virtual>
- <UpdateFile CompressedSize="222" OS="Any" UncompressedSize="72"/>
- <DownloadableArchives>content.7z</DownloadableArchives>
- <SHA1>5b3939da1af492382c68388fc796837e4c36b876</SHA1>
- </PackageUpdate>
- <PackageUpdate>
- <Name>C.virt.subcomponent</Name>
- <DisplayName>Subcomponent of virtual component</DisplayName>
- <Description>Example subcomponent of virtual component</Description>
- <Version>1.0.0-1</Version>
- <ReleaseDate>2015-01-01</ReleaseDate>
- <UpdateFile CompressedSize="222" OS="Any" UncompressedSize="72"/>
- <DownloadableArchives>content.7z</DownloadableArchives>
- <SHA1>5b3939da1af492382c68388fc796837e4c36b876</SHA1>
- </PackageUpdate>
- <PackageUpdate>
- <Name>AB</Name>
- <DisplayName>AB</DisplayName>
- <Description>Example component AB</Description>
- <Version>1.0.2-1</Version>
- <ReleaseDate>2015-01-01</ReleaseDate>
- <Default>true</Default>
- <UpdateFile UncompressedSize="0" OS="Any" CompressedSize="0"/>
- <SHA1>f75e65b1a0f68abb77fc41da08fc26dda5409a18</SHA1>
- </PackageUpdate>
-</Updates>