aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-11-25 14:44:22 +1000
committerSean Hall <r.sean.hall@gmail.com>2019-11-25 18:06:33 +1000
commit6cef9ded3d5e246285abc993950ef9964072d9e2 (patch)
treed68a3175dd0687e962d5572855989ab3f10285f2 /src/test
parent229a74c78a403bdd9c065bac372438968a421833 (diff)
downloadwix-6cef9ded3d5e246285abc993950ef9964072d9e2.tar.gz
wix-6cef9ded3d5e246285abc993950ef9964072d9e2.tar.bz2
wix-6cef9ded3d5e246285abc993950ef9964072d9e2.zip
Always use WiX table definitions when decompiling standard tables.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs2
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.