diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-12-08 14:00:13 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-12-08 14:42:14 -0500 |
| commit | 8a67cff70cdfa014cc068dcc7756ed57b2ed1642 (patch) | |
| tree | 97a434f6ea1d6fa829a7d5aee905eb3624ddaa04 /src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs | |
| parent | 5a874790ba9ec6c2d3c9002699114c2fe4c493ae (diff) | |
| download | wix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.tar.gz wix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.tar.bz2 wix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.zip | |
Decompiling null GUID should set `Guid=""` to match.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs b/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs index 15082f2b..b07f5bda 100644 --- a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs | |||
| @@ -72,5 +72,11 @@ namespace WixToolsetTest.CoreIntegration | |||
| 72 | { | 72 | { |
| 73 | DecompileAndCompare(@"TestData\Shortcut", "shortcuts.msi", "DecompiledShortcuts.wxs"); | 73 | DecompileAndCompare(@"TestData\Shortcut", "shortcuts.msi", "DecompiledShortcuts.wxs"); |
| 74 | } | 74 | } |
| 75 | |||
| 76 | [Fact] | ||
| 77 | public void CanDecompileNullComponent() | ||
| 78 | { | ||
| 79 | DecompileAndCompare(@"TestData\DecompileNullComponent", "example.msi", "Expected.wxs"); | ||
| 80 | } | ||
| 75 | } | 81 | } |
| 76 | } | 82 | } |
