aboutsummaryrefslogtreecommitdiff
path: root/src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs')
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs
index a3ca2917..2a4ac51b 100644
--- a/src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs
@@ -93,12 +93,20 @@ namespace WixToolsetTest.CoreIntegration
93 "<ExitCode Code='0' Type='2' />" + 93 "<ExitCode Code='0' Type='2' />" +
94 "<ExitCode Code='3' Type='3' />" + 94 "<ExitCode Code='3' Type='3' />" +
95 "<ExitCode Code='4' Type='4' />" + 95 "<ExitCode Code='4' Type='4' />" +
96 "<ExitCode Code='5' Type='5' />" +
97 "<ExitCode Code='-2147024891' Type='5' />" +
98 "<ExitCode Code='6' Type='6' />" +
99 "<ExitCode Code='-2147024890' Type='6' />" +
96 "<ExitCode Code='3010' Type='2' />" + 100 "<ExitCode Code='3010' Type='2' />" +
97 "<ExitCode Code='-2147021886' Type='2' />" + 101 "<ExitCode Code='-2147021886' Type='2' />" +
98 "<ExitCode Code='3011' Type='2' />" + 102 "<ExitCode Code='3011' Type='2' />" +
99 "<ExitCode Code='-2147021885' Type='2' />" + 103 "<ExitCode Code='-2147021885' Type='2' />" +
100 "<ExitCode Code='1641' Type='2' />" + 104 "<ExitCode Code='1641' Type='2' />" +
101 "<ExitCode Code='-2147023255' Type='2' />" + 105 "<ExitCode Code='-2147023255' Type='2' />" +
106 "<ExitCode Code='3017' Type='2' />" +
107 "<ExitCode Code='-2147021879' Type='2' />" +
108 "<ExitCode Code='3018' Type='2' />" +
109 "<ExitCode Code='-2147021878' Type='2' />" +
102 "<ExitCode Code='-2147483647' Type='2' />" + 110 "<ExitCode Code='-2147483647' Type='2' />" +
103 "<ExitCode Code='-2147483648' Type='2' />" + 111 "<ExitCode Code='-2147483648' Type='2' />" +
104 "<ExitCode Code='*' Type='1' />" + 112 "<ExitCode Code='*' Type='1' />" +