diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-10-15 11:12:57 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-10-15 11:20:07 +1000 |
| commit | aa5a5e492f9a7060720056c27963cf1d06b4737f (patch) | |
| tree | 69aae3e2ed9b5dd781c1e0f52c8ef54576671b24 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 868956398ebb9ac6cc47266b185ec39c94b57b6e (diff) | |
| download | wix-aa5a5e492f9a7060720056c27963cf1d06b4737f.tar.gz wix-aa5a5e492f9a7060720056c27963cf1d06b4737f.tar.bz2 wix-aa5a5e492f9a7060720056c27963cf1d06b4737f.zip | |
Add failing test for AsString on a number field with 0.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs new file mode 100644 index 00000000..fa64f98f --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Fragment> | ||
| 4 | <ComponentGroup Id="ProductComponents"> | ||
| 5 | <Component Id="TypeLibComp" Directory="INSTALLFOLDER" Guid="E85CB46B-BC22-4943-B678-5E399CBE53A6"> | ||
| 6 | <File Source="test.txt" Name="TypeLibComp.txt"></File> | ||
| 7 | <TypeLib Id="765BE8EE-BD7F-491E-90D2-C5A972462B50" Advertise="yes" Language="0" /> | ||
| 8 | </Component> | ||
| 9 | </ComponentGroup> | ||
| 10 | </Fragment> | ||
| 11 | </Wix> | ||
