diff options
| author | Bob Arnson <bob@firegiant.com> | 2019-04-02 19:23:16 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2019-04-02 19:35:51 -0400 |
| commit | d1dbe29f3856d012acf5f96e8e66c43b74ab490d (patch) | |
| tree | f7ee5cb481010968524bb97a6184511c0152b8db /src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data | |
| parent | 42727c42248d1cb12ef8d9bc6f8ce7dda3f404c9 (diff) | |
| download | wix-d1dbe29f3856d012acf5f96e8e66c43b74ab490d.tar.gz wix-d1dbe29f3856d012acf5f96e8e66c43b74ab490d.tar.bz2 wix-d1dbe29f3856d012acf5f96e8e66c43b74ab490d.zip | |
Add failing test to demonstrate ProgId bug.
When a parent ProgId has Advertise="yes" and a child ProgId omits Advertise, the compiler assumes it's a non-advertised ProgId. It should be advertised instead.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt new file mode 100644 index 00000000..cd0db0e1 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt | |||
| @@ -0,0 +1 @@ | |||
| This is test.txt. \ No newline at end of file | |||
