diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-22 06:38:23 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:21:09 -0700 |
| commit | 7f642e51670bc38a4ef782a363936850bc2b0ba9 (patch) | |
| tree | 19684b2d94979f130c0935328f0d44cf006e45ef /src/libs/dutil/test/DUtilUnitTest/TestData | |
| parent | f39e7a3e164d0736e45049e5726d0da2013da3c9 (diff) | |
| download | wix-7f642e51670bc38a4ef782a363936850bc2b0ba9.tar.gz wix-7f642e51670bc38a4ef782a363936850bc2b0ba9.tar.bz2 wix-7f642e51670bc38a4ef782a363936850bc2b0ba9.zip | |
Move dutil into libs/dutil
Diffstat (limited to 'src/libs/dutil/test/DUtilUnitTest/TestData')
| -rw-r--r-- | src/libs/dutil/test/DUtilUnitTest/TestData/ApupUtilTests/FeedBv2.0.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/libs/dutil/test/DUtilUnitTest/TestData/ApupUtilTests/FeedBv2.0.xml b/src/libs/dutil/test/DUtilUnitTest/TestData/ApupUtilTests/FeedBv2.0.xml new file mode 100644 index 00000000..d9f961fe --- /dev/null +++ b/src/libs/dutil/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> | ||
