aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs2
1 files changed, 1 insertions, 1 deletions
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>