diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs index d5c680ee..c62c571d 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs | |||
| @@ -6,7 +6,9 @@ | |||
| 6 | <RegistryValue Root="HKLM" Key="Path\To\Key" Type="multiString" KeyPath="yes"> | 6 | <RegistryValue Root="HKLM" Key="Path\To\Key" Type="multiString" KeyPath="yes"> |
| 7 | <MultiString Value="a" /> | 7 | <MultiString Value="a" /> |
| 8 | <MultiStringValue Value="b" /> | 8 | <MultiStringValue Value="b" /> |
| 9 | <MultiStringValue /> | ||
| 9 | <MultiString Value="c" /> | 10 | <MultiString Value="c" /> |
| 11 | <MultiStringValue /> | ||
| 10 | </RegistryValue> | 12 | </RegistryValue> |
| 11 | <RegistryValue Root="HKLM" Key="Path\To\AnotherKey" Name="Secret" Type="binary" /> | 13 | <RegistryValue Root="HKLM" Key="Path\To\AnotherKey" Name="Secret" Type="binary" /> |
| 12 | </Component> | 14 | </Component> |
