diff options
| author | Bob Arnson <bob@firegiant.com> | 2019-12-11 19:08:30 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2019-12-11 19:14:06 -0500 |
| commit | 3add0e56ddc57ddcfeb92c3b4cbb7ad0eee7674f (patch) | |
| tree | b60f6109ecaea47ed6f65e2af4fc724e555ad066 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 13b2d56bf2ac116f29ca4b930a929bb26037b940 (diff) | |
| download | wix-3add0e56ddc57ddcfeb92c3b4cbb7ad0eee7674f.tar.gz wix-3add0e56ddc57ddcfeb92c3b4cbb7ad0eee7674f.tar.bz2 wix-3add0e56ddc57ddcfeb92c3b4cbb7ad0eee7674f.zip | |
Add unit tests written during discovery of errors elsewhere because why not keep 'em?
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs | 1 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs index 284801e2..de9744a7 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | <Environment Id="WixEnvironmentTest2" Action="create" Name="WixEnvTest1"/> | 7 | <Environment Id="WixEnvironmentTest2" Action="create" Name="WixEnvTest1"/> |
| 8 | <Environment Id="WixEnvironmentTest3" Action="remove" Name="WixEnvTest1"/> | 8 | <Environment Id="WixEnvironmentTest3" Action="remove" Name="WixEnvTest1"/> |
| 9 | <Environment Id="WixEnvironmentTest4" Name="WIX" Action="set" System="yes" Value="[INSTALLFOLDER]" /> | 9 | <Environment Id="WixEnvironmentTest4" Name="WIX" Action="set" System="yes" Value="[INSTALLFOLDER]" /> |
| 10 | <Environment Id="PATH" Name="PATH" Action="set" Part="first" Value="[INSTALLFOLDER]; " System="yes" /> | ||
| 10 | </Component> | 11 | </Component> |
| 11 | </ComponentGroup> | 12 | </ComponentGroup> |
| 12 | </Fragment> | 13 | </Fragment> |
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs index db128695..c9c65fc7 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | <Error Id="1234"> | 5 | <Error Id="1234"> |
| 6 | Category 55 Emergency Doomsday Crisis | 6 | Category 55 Emergency Doomsday Crisis |
| 7 | </Error> | 7 | </Error> |
| 8 | <Error Id="5678"><![CDATA[ ]]></Error> | ||
| 8 | </UI> | 9 | </UI> |
| 9 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> | 10 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 10 | <Component> | 11 | <Component> |
