diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-11-25 17:24:30 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-11-25 18:06:33 +1000 |
commit | 2c73e671599f4d05bb98b38dbc79750a1cf04b45 (patch) | |
tree | 83023fc420c16c615c9e96640d29f681f073592d /src/test | |
parent | 9d9bb59efb71068f978dce42c95b4f0a472bb31e (diff) | |
download | wix-2c73e671599f4d05bb98b38dbc79750a1cf04b45.tar.gz wix-2c73e671599f4d05bb98b38dbc79750a1cf04b45.tar.bz2 wix-2c73e671599f4d05bb98b38dbc79750a1cf04b45.zip |
Fix test CanDecompileNestedDirSearchUnderRegSearch.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs | 2 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs b/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs index 5765cdfa..9893a525 100644 --- a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs | |||
@@ -66,7 +66,7 @@ namespace WixToolsetTest.CoreIntegration | |||
66 | } | 66 | } |
67 | } | 67 | } |
68 | 68 | ||
69 | [Fact(Skip = "Test demonstrates failure")] | 69 | [Fact] |
70 | public void CanDecompileNestedDirSearchUnderRegSearch() | 70 | public void CanDecompileNestedDirSearchUnderRegSearch() |
71 | { | 71 | { |
72 | var folder = TestData.Get(@"TestData\AppSearch"); | 72 | var folder = TestData.Get(@"TestData\AppSearch"); |
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs index 94ddfe19..6d78b2db 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs | |||
@@ -18,7 +18,7 @@ | |||
18 | <Media Id="1" /> | 18 | <Media Id="1" /> |
19 | <Property Id="ALLUSERS" Value="1" /> | 19 | <Property Id="ALLUSERS" Value="1" /> |
20 | <Property Id="SAMPLEDIRFOUND"> | 20 | <Property Id="SAMPLEDIRFOUND"> |
21 | <RegistrySearch Id="SubRegSearch" Root="HKLM" Key="SampleReg" Type="raw"> | 21 | <RegistrySearch Id="SubRegSearch" Root="HKLM" Key="SampleReg" Type="raw" Win64="no"> |
22 | <DirectorySearch Id="SampleDirSearch" Path="SampleDir"> | 22 | <DirectorySearch Id="SampleDirSearch" Path="SampleDir"> |
23 | <DirectorySearch Id="SubDirSearch" Path="Subdir" /> | 23 | <DirectorySearch Id="SubDirSearch" Path="Subdir" /> |
24 | </DirectorySearch> | 24 | </DirectorySearch> |