diff options
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/wixl/IncludeTest.wxs | 5 | ||||
| -rw-r--r-- | tests/data/wixl/IncludeWarn.wxi | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/wixl/IncludeTest.wxs b/tests/data/wixl/IncludeTest.wxs new file mode 100644 index 0000000..776e574 --- /dev/null +++ b/tests/data/wixl/IncludeTest.wxs @@ -0,0 +1,5 @@ +<?xml version='1.0' encoding='windows-1252'?> +<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'> + <?include IncludeWarn.wxi ?> +</Wix> + diff --git a/tests/data/wixl/IncludeWarn.wxi b/tests/data/wixl/IncludeWarn.wxi new file mode 100644 index 0000000..c83f960 --- /dev/null +++ b/tests/data/wixl/IncludeWarn.wxi @@ -0,0 +1,4 @@ +<?xml version='1.0' encoding='windows-1252'?> +<Include xmlns="http://schemas.microsoft.com/wix/2006/wi"> + <?warning IncludeWarn is included?> +</Include>
\ No newline at end of file |
