diff options
author | Bob Arnson <bob@firegiant.com> | 2024-11-10 14:11:16 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-11-10 20:14:39 -0500 |
commit | f440fb317c630e7bc6d4ee4d657a200654e2f876 (patch) | |
tree | 9f10c6398c1f09bbdd1007ff7ca9d048c910dfc4 /src/test | |
parent | cc9463ee3cb08847c0dc66dc08529e8b5f696bf4 (diff) | |
download | wix-f440fb317c630e7bc6d4ee4d657a200654e2f876.tar.gz wix-f440fb317c630e7bc6d4ee4d657a200654e2f876.tar.bz2 wix-f440fb317c630e7bc6d4ee4d657a200654e2f876.zip |
Typos are bad; visible typos are an abomination.
At least one person makes the same typo almost-but-not-quite everywhere.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj | 2 | ||||
-rw-r--r-- | src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj b/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj index d2688a00..2d241963 100644 --- a/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj +++ b/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wixproj | |||
@@ -5,7 +5,7 @@ | |||
5 | <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" /> | 5 | <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" /> |
6 | </ItemGroup> | 6 | </ItemGroup> |
7 | <ItemGroup> | 7 | <ItemGroup> |
8 | <!-- For testing purposes: Use old Bal WiX extension instead of new BoostrapperApplications.wixext --> | 8 | <!-- For testing purposes: Use old Bal WiX extension instead of new BootstrapperApplications.wixext --> |
9 | <PackageReference Include="WixToolset.Bal.wixext" /> | 9 | <PackageReference Include="WixToolset.Bal.wixext" /> |
10 | </ItemGroup> | 10 | </ItemGroup> |
11 | </Project> | 11 | </Project> |
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj index 06b07dcb..1a802656 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj | |||
@@ -13,7 +13,7 @@ | |||
13 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> | 13 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> |
14 | </ItemGroup> | 14 | </ItemGroup> |
15 | <ItemGroup> | 15 | <ItemGroup> |
16 | <!-- For testing purposes: Use old Bal WiX extension instead of new BoostrapperApplications.wixext --> | 16 | <!-- For testing purposes: Use old Bal WiX extension instead of new BootstrapperApplications.wixext --> |
17 | <PackageReference Include="WixToolset.Bal.wixext" /> | 17 | <PackageReference Include="WixToolset.Bal.wixext" /> |
18 | <PackageReference Include="WixToolset.NetFx.wixext" /> | 18 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
19 | </ItemGroup> | 19 | </ItemGroup> |