diff options
author | Rob Mensching <rob@firegiant.com> | 2022-09-30 17:59:05 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-03 12:29:27 -0700 |
commit | bd05b603142673135ac66cdbc81a2ae3028cb37f (patch) | |
tree | aebf3348846931e1bcbc129b36c636dfae89ec21 /src/testresultfilelist.txt | |
parent | ec6b93c7d601db880d0765fe12abb07a5ec2928e (diff) | |
download | wix-bd05b603142673135ac66cdbc81a2ae3028cb37f.tar.gz wix-bd05b603142673135ac66cdbc81a2ae3028cb37f.tar.bz2 wix-bd05b603142673135ac66cdbc81a2ae3028cb37f.zip |
Allow independent extraction of BA to remove use of InternalsVisibleTo
If tests need functionality, it is reasonable to expect users may
require it in the future as well. To support the bundle tests, they
needed independent extraction of BA from attached containers. So,
add a new switch to extract the BA separate from the containers.
Diffstat (limited to 'src/testresultfilelist.txt')
-rw-r--r-- | src/testresultfilelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testresultfilelist.txt b/src/testresultfilelist.txt index 84b6b186..87de7c4e 100644 --- a/src/testresultfilelist.txt +++ b/src/testresultfilelist.txt | |||
@@ -11,7 +11,6 @@ build/logs/TestResults/WixToolsetTest.BurnE2E.trx | |||
11 | build/logs/TestResults/WixToolsetTest.Converters.trx | 11 | build/logs/TestResults/WixToolsetTest.Converters.trx |
12 | build/logs/TestResults/WixToolsetTest.Converters.Symbolizer.trx | 12 | build/logs/TestResults/WixToolsetTest.Converters.Symbolizer.trx |
13 | build/logs/TestResults/WixToolsetTest.Core.trx | 13 | build/logs/TestResults/WixToolsetTest.Core.trx |
14 | build/logs/TestResults/WixToolsetTest.Core.Burn.trx | ||
15 | build/logs/TestResults/WixToolsetTest.Core.Native.trx | 14 | build/logs/TestResults/WixToolsetTest.Core.Native.trx |
16 | build/logs/TestResults/WixToolsetTest.CoreIntegration.trx | 15 | build/logs/TestResults/WixToolsetTest.CoreIntegration.trx |
17 | build/logs/TestResults/WixToolsetTest.Dnc.HostGenerator.trx | 16 | build/logs/TestResults/WixToolsetTest.Dnc.HostGenerator.trx |