diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-11-25 14:44:22 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-11-25 18:06:33 +1000 |
| commit | 6cef9ded3d5e246285abc993950ef9964072d9e2 (patch) | |
| tree | d68a3175dd0687e962d5572855989ab3f10285f2 /src/test/WixToolsetTest.CoreIntegration | |
| parent | 229a74c78a403bdd9c065bac372438968a421833 (diff) | |
| download | wix-6cef9ded3d5e246285abc993950ef9964072d9e2.tar.gz wix-6cef9ded3d5e246285abc993950ef9964072d9e2.tar.bz2 wix-6cef9ded3d5e246285abc993950ef9964072d9e2.zip | |
Always use WiX table definitions when decompiling standard tables.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs b/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs index c7c80f6e..c44393cf 100644 --- a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs | |||
| @@ -94,7 +94,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 94 | } | 94 | } |
| 95 | } | 95 | } |
| 96 | 96 | ||
| 97 | [Fact(Skip = "Test demonstrates failure")] | 97 | [Fact] |
| 98 | public void CanDecompileOldClassTableDefinition() | 98 | public void CanDecompileOldClassTableDefinition() |
| 99 | { | 99 | { |
| 100 | // The input MSI was not created using standard methods, it is an example of a real world database that needs to be decompiled. | 100 | // The input MSI was not created using standard methods, it is an example of a real world database that needs to be decompiled. |
