diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-30 17:15:25 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-30 17:19:19 -0500 |
| commit | ed0ef472c76ac0d2a3d7a138e4f3b7ad950a56bc (patch) | |
| tree | 0b409592d759b43f583b44d2d854d8c44199bcee /src/test/DUtilUnitTest/TestData | |
| parent | 10ebf674da5df9224e4eddd3545518434c5b455b (diff) | |
| download | wix-ed0ef472c76ac0d2a3d7a138e4f3b7ad950a56bc.tar.gz wix-ed0ef472c76ac0d2a3d7a138e4f3b7ad950a56bc.tar.bz2 wix-ed0ef472c76ac0d2a3d7a138e4f3b7ad950a56bc.zip | |
Add test for apuputil and fix descending sorting.
Diffstat (limited to 'src/test/DUtilUnitTest/TestData')
| -rw-r--r-- | src/test/DUtilUnitTest/TestData/ApupUtilTests/FeedBv2.0.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/test/DUtilUnitTest/TestData/ApupUtilTests/FeedBv2.0.xml b/src/test/DUtilUnitTest/TestData/ApupUtilTests/FeedBv2.0.xml new file mode 100644 index 00000000..d9f961fe --- /dev/null +++ b/src/test/DUtilUnitTest/TestData/ApupUtilTests/FeedBv2.0.xml | |||
| @@ -0,0 +1,68 @@ | |||
| 1 | <?xml version='1.0' ?> | ||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 3 | |||
| 4 | |||
| 5 | <feed xmlns="http://www.w3.org/2005/Atom" xmlns:as="http://appsyndication.org/2006/appsyn"> | ||
| 6 | <title type="text">BundleB v2.0</title> | ||
| 7 | <subtitle type="text">Bundle Subtitle.</subtitle> | ||
| 8 | <as:application type="application/exe">1116353B-7C6E-4C29-BFA1-D4A972CD421D</as:application> | ||
| 9 | <updated>2014-07-14T12:39:00.000Z</updated> | ||
| 10 | <id>http://localhost:9999/wix4/BundleB/feed</id> | ||
| 11 | <link rel="self" type="application/atom+xml" href="http://localhost:9999/wix4/BundleB/feed"/> | ||
| 12 | <generator version="0.1">manual build</generator> | ||
| 13 | <entry> | ||
| 14 | <title>Bundle v2.0</title> | ||
| 15 | <id>v2.0</id> | ||
| 16 | <author> | ||
| 17 | <name>Bundle_Author</name> | ||
| 18 | <uri>http://mycompany.com/software</uri> | ||
| 19 | <email>Bundle_Author@mycompany.com</email> | ||
| 20 | </author> | ||
| 21 | <link rel="alternate" href="http://www.mycompany.com/content/view/software"/> | ||
| 22 | <link rel="enclosure" href="http://localhost:9999/wix4/BundleB/2.0/BundleB.exe" length="0" type="application/octet-stream"/> | ||
| 23 | <content type="html"> | ||
| 24 | <p>Change list:</p><ul> | ||
| 25 | <li>Updated release.</li> | ||
| 26 | </ul> | ||
| 27 | </content> | ||
| 28 | <as:version>2.0.0.0</as:version> | ||
| 29 | <updated>2014-11-10T12:39:00.000Z</updated> | ||
| 30 | </entry> | ||
| 31 | <entry> | ||
| 32 | <title>Bundle v1.0</title> | ||
| 33 | <id>v1.0</id> | ||
| 34 | <author> | ||
| 35 | <name>Bundle_Author</name> | ||
| 36 | <uri>http://mycompany.com/software</uri> | ||
| 37 | <email>Bundle_Author@mycompany.com</email> | ||
| 38 | </author> | ||
| 39 | <link rel="alternate" href="http://www.mycompany.com/content/view/software"/> | ||
| 40 | <link rel="enclosure" href="http://localhost:9999/wix4/BundleB/1.0/BundleB.exe" length="0" type="application/octet-stream"/> | ||
| 41 | <content type="html"> | ||
| 42 | <p>Change list:</p><ul> | ||
| 43 | <li>Initial release.</li> | ||
| 44 | </ul> | ||
| 45 | </content> | ||
| 46 | <as:upgrade version="1.0.0.0-preview" /> | ||
| 47 | <as:version>1.0.0.0</as:version> | ||
| 48 | <updated>2014-11-09T12:39:00.000Z</updated> | ||
| 49 | </entry> | ||
| 50 | <entry> | ||
| 51 | <title>Bundle v1.0-preview</title> | ||
| 52 | <id>v1.0-preview</id> | ||
| 53 | <author> | ||
| 54 | <name>Bundle_Author</name> | ||
| 55 | <uri>http://mycompany.com/software</uri> | ||
| 56 | <email>Bundle_Author@mycompany.com</email> | ||
| 57 | </author> | ||
| 58 | <link rel="alternate" href="http://www.mycompany.com/content/view/software"/> | ||
| 59 | <link rel="enclosure" href="http://localhost:9999/wix4/BundleB/1.0-preview/BundleB.exe" length="10000" type="application/octet-stream"/> | ||
| 60 | <content type="html"> | ||
| 61 | <p>Change list:</p><ul> | ||
| 62 | <li>Initial release.</li> | ||
| 63 | </ul> | ||
| 64 | </content> | ||
| 65 | <as:version>1.0.0.0</as:version> | ||
| 66 | <updated>2014-11-09T12:39:00.000Z</updated> | ||
| 67 | </entry> | ||
| 68 | </feed> | ||
