diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-12-11 21:07:48 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-12-12 21:51:07 -0600 |
commit | eab59ecbfd254bb8707615bc31b840339a6356d6 (patch) | |
tree | f553ee5125ba82361a9e3499b7445231cac675d9 /src/ext/Bal/test | |
parent | 132cc6ae8de1bae87000a2108e832db520fed038 (diff) | |
download | wix-eab59ecbfd254bb8707615bc31b840339a6356d6.tar.gz wix-eab59ecbfd254bb8707615bc31b840339a6356d6.tar.bz2 wix-eab59ecbfd254bb8707615bc31b840339a6356d6.zip |
Try to convert the MBA prereq magic variables to the new attributes.
Fixes 7026
Diffstat (limited to 'src/ext/Bal/test')
-rw-r--r-- | src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs b/src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs index 329722a4..32ff42b5 100644 --- a/src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs +++ b/src/ext/Bal/test/WixToolsetTest.Bal/BalExtensionFixture.cs | |||
@@ -177,7 +177,7 @@ namespace WixToolsetTest.Bal | |||
177 | "-o", bundleFile, | 177 | "-o", bundleFile, |
178 | }); | 178 | }); |
179 | Assert.Equal(6802, compileResult.ExitCode); | 179 | Assert.Equal(6802, compileResult.ExitCode); |
180 | WixAssert.StringEqual("There must be at least one PrereqPackage when using the ManagedBootstrapperApplicationHost.\nThis is typically done by using the WixNetFxExtension and referencing one of the NetFxAsPrereq package groups.", compileResult.Messages[0].ToString()); | 180 | WixAssert.StringEqual("There must be at least one package with bal:PrereqPackage=\"yes\" when using the ManagedBootstrapperApplicationHost.\nThis is typically done by using the WixNetFxExtension and referencing one of the NetFxAsPrereq package groups.", compileResult.Messages[0].ToString()); |
181 | 181 | ||
182 | Assert.False(File.Exists(bundleFile)); | 182 | Assert.False(File.Exists(bundleFile)); |
183 | Assert.False(File.Exists(Path.Combine(intermediateFolder, "test.exe"))); | 183 | Assert.False(File.Exists(Path.Combine(intermediateFolder, "test.exe"))); |