aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Environment
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2019-12-11 19:08:30 -0500
committerBob Arnson <bob@firegiant.com>2019-12-11 19:14:06 -0500
commit3add0e56ddc57ddcfeb92c3b4cbb7ad0eee7674f (patch)
treeb60f6109ecaea47ed6f65e2af4fc724e555ad066 /src/test/WixToolsetTest.CoreIntegration/TestData/Environment
parent13b2d56bf2ac116f29ca4b930a929bb26037b940 (diff)
downloadwix-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/Environment')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs1
1 files changed, 1 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>