diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-01 18:17:37 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 15:57:24 -0600 |
| commit | 117a583760e72247f35d686cdd90866cb98bb17c (patch) | |
| tree | e48c329016ce2a2b11acdb9e464c8e98f0e9f69f /src/test | |
| parent | 8929554278be056a73160ec5f06ab6cc6b8c4fb4 (diff) | |
| download | wix-117a583760e72247f35d686cdd90866cb98bb17c.tar.gz wix-117a583760e72247f35d686cdd90866cb98bb17c.tar.bz2 wix-117a583760e72247f35d686cdd90866cb98bb17c.zip | |
Fix spelling of RemoveUnusedNamespaces.
Diffstat (limited to 'src/test')
3 files changed, 3 insertions, 15 deletions
diff --git a/src/test/WixToolsetTest.Converters.Symbolizer/WixToolsetTest.Converters.Symbolizer.csproj b/src/test/WixToolsetTest.Converters.Symbolizer/WixToolsetTest.Converters.Symbolizer.csproj index 57ff1968..995d9297 100644 --- a/src/test/WixToolsetTest.Converters.Symbolizer/WixToolsetTest.Converters.Symbolizer.csproj +++ b/src/test/WixToolsetTest.Converters.Symbolizer/WixToolsetTest.Converters.Symbolizer.csproj | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | </PropertyGroup> | 9 | </PropertyGroup> |
| 10 | 10 | ||
| 11 | <ItemGroup> | 11 | <ItemGroup> |
| 12 | <Content Include="TestData\Integration\test.wixout" CopyToOutputDirectory="PreserveNewest" /> | 12 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
| 13 | </ItemGroup> | 13 | </ItemGroup> |
| 14 | 14 | ||
| 15 | <ItemGroup> | 15 | <ItemGroup> |
diff --git a/src/test/WixToolsetTest.Converters/ConverterFixture.cs b/src/test/WixToolsetTest.Converters/ConverterFixture.cs index 4d815247..39521da0 100644 --- a/src/test/WixToolsetTest.Converters/ConverterFixture.cs +++ b/src/test/WixToolsetTest.Converters/ConverterFixture.cs | |||
| @@ -157,7 +157,7 @@ namespace WixToolsetTest.Converters | |||
| 157 | } | 157 | } |
| 158 | 158 | ||
| 159 | [Fact] | 159 | [Fact] |
| 160 | public void CanConvertExtensionNamespace() | 160 | public void CanRemoveUnusedNamespaces() |
| 161 | { | 161 | { |
| 162 | var parse = String.Join(Environment.NewLine, | 162 | var parse = String.Join(Environment.NewLine, |
| 163 | "<?xml version='1.0' encoding='utf-8'?>", | 163 | "<?xml version='1.0' encoding='utf-8'?>", |
diff --git a/src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj b/src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj index 902494a2..8b525497 100644 --- a/src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj +++ b/src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj | |||
| @@ -8,19 +8,7 @@ | |||
| 8 | </PropertyGroup> | 8 | </PropertyGroup> |
| 9 | 9 | ||
| 10 | <ItemGroup> | 10 | <ItemGroup> |
| 11 | <Content Include="TestData\PermissionEx\v3.wxs" CopyToOutputDirectory="PreserveNewest" /> | 11 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
| 12 | <Content Include="TestData\PermissionEx\v4_expected.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 13 | <Content Include="TestData\Preprocessor\ConvertedPreprocessor.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 14 | <Content Include="TestData\Preprocessor\Preprocessor.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 15 | <Content Include="TestData\Preprocessor\wixcop.settings.xml" CopyToOutputDirectory="PreserveNewest" /> | ||
| 16 | <Content Include="TestData\QtExec\v3.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 17 | <Content Include="TestData\QtExec\v4_expected.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 18 | <Content Include="TestData\QtExec.bad\v3.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 19 | <Content Include="TestData\QtExec.bad\v4_expected.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 20 | <Content Include="TestData\SingleFile\ConvertedSingleFile.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 21 | <Content Include="TestData\SingleFile\SingleFile.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 22 | <Content Include="TestData\PackageSummaryInformation\TypicalV3.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
| 23 | <Content Include="TestData\PackageSummaryInformation\TypicalV3.msi" CopyToOutputDirectory="PreserveNewest" /> | ||
| 24 | </ItemGroup> | 12 | </ItemGroup> |
| 25 | 13 | ||
| 26 | <ItemGroup> | 14 | <ItemGroup> |
