From f6a736c4cbb800904c216ce5730ab02ab7fd4373 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 1 Oct 2018 15:52:53 -0400 Subject: Add failing test for wixtoolset/issues#5883. --- .../Preprocessor/ConvertedPreprocessor.wxs | 62 +++++++++++++++++++++ .../wixcop/TestData/Preprocessor/Preprocessor.wxs | 63 ++++++++++++++++++++++ .../TestData/Preprocessor/wixcop.settings.xml | 9 ++++ 3 files changed, 134 insertions(+) create mode 100644 src/test/wixcop/TestData/Preprocessor/ConvertedPreprocessor.wxs create mode 100644 src/test/wixcop/TestData/Preprocessor/Preprocessor.wxs create mode 100644 src/test/wixcop/TestData/Preprocessor/wixcop.settings.xml (limited to 'src/test/wixcop/TestData/Preprocessor') diff --git a/src/test/wixcop/TestData/Preprocessor/ConvertedPreprocessor.wxs b/src/test/wixcop/TestData/Preprocessor/ConvertedPreprocessor.wxs new file mode 100644 index 00000000..d6280185 --- /dev/null +++ b/src/test/wixcop/TestData/Preprocessor/ConvertedPreprocessor.wxs @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/test/wixcop/TestData/Preprocessor/Preprocessor.wxs b/src/test/wixcop/TestData/Preprocessor/Preprocessor.wxs new file mode 100644 index 00000000..2eb908c2 --- /dev/null +++ b/src/test/wixcop/TestData/Preprocessor/Preprocessor.wxs @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/test/wixcop/TestData/Preprocessor/wixcop.settings.xml b/src/test/wixcop/TestData/Preprocessor/wixcop.settings.xml new file mode 100644 index 00000000..9d3ad496 --- /dev/null +++ b/src/test/wixcop/TestData/Preprocessor/wixcop.settings.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb