diff options
| author | Andrij Abyzov <aabyzov@slb.com> | 2021-03-04 00:43:32 +0100 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-05 07:38:37 -0800 |
| commit | 722ffb41bb83879d3e086b6faffd45ee38c5a5b6 (patch) | |
| tree | 5c4a3f6170b7bcedff029423533d66e02e0ed6e4 /src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data | |
| parent | 816bfd180f132a9b07aaa573f5ac0f5948195764 (diff) | |
| download | wix-722ffb41bb83879d3e086b6faffd45ee38c5a5b6.tar.gz wix-722ffb41bb83879d3e086b6faffd45ee38c5a5b6.tar.bz2 wix-722ffb41bb83879d3e086b6faffd45ee38c5a5b6.zip | |
Create unit test for WixVariable resolution issue #6376
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt | 1 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt new file mode 100644 index 00000000..cd0db0e1 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt | |||
| @@ -0,0 +1 @@ | |||
| This is test.txt. \ No newline at end of file | |||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt new file mode 100644 index 00000000..eab3a9b5 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt | |||
| @@ -0,0 +1 @@ | |||
| This is test2.txt. \ No newline at end of file | |||
