diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-04 10:28:49 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-04 11:32:20 -0700 |
commit | 110bfc5b5bfee7c4592d9898406d2250f3c96ca3 (patch) | |
tree | 891ec77e048044553270115b714a817051b80b47 /src/test | |
parent | 90f501f6ad35a060fbb404f6a3eeaf1ac50e1a3c (diff) | |
download | wix-110bfc5b5bfee7c4592d9898406d2250f3c96ca3.tar.gz wix-110bfc5b5bfee7c4592d9898406d2250f3c96ca3.tar.bz2 wix-110bfc5b5bfee7c4592d9898406d2250f3c96ca3.zip |
Correctly pass extension context when Id attribute is null
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs b/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs index 8482dcbe..d6c7b091 100644 --- a/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs | |||
@@ -10,7 +10,7 @@ namespace WixToolsetTest.CoreIntegration | |||
10 | 10 | ||
11 | public class BadInputFixture | 11 | public class BadInputFixture |
12 | { | 12 | { |
13 | [Fact(Skip = "Test demonstrates failure")] | 13 | [Fact] |
14 | public void RegistryKeyWithoutAttributesDoesntCrash() | 14 | public void RegistryKeyWithoutAttributesDoesntCrash() |
15 | { | 15 | { |
16 | var folder = TestData.Get(@"TestData\BadInput"); | 16 | var folder = TestData.Get(@"TestData\BadInput"); |