diff options
| author | Bob Arnson <bob@firegiant.com> | 2019-11-01 19:24:45 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2019-11-01 19:38:13 -0400 |
| commit | 34e002b3a9043ff3062c676c74fb124b5feef784 (patch) | |
| tree | c1c1085d8075dc8f0acb9c4db298cff21925e153 /src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |
| parent | 16ebbac306cebd4c5044ed89086c920e1bf6fae4 (diff) | |
| download | wix-34e002b3a9043ff3062c676c74fb124b5feef784.tar.gz wix-34e002b3a9043ff3062c676c74fb124b5feef784.tar.bz2 wix-34e002b3a9043ff3062c676c74fb124b5feef784.zip | |
Fix error checking on CustomAction/@Error.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs index 7f06eea6..7c3dddd7 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
| @@ -281,6 +281,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 281 | { | 281 | { |
| 282 | "Binary:Binary1\t[Binary data]", | 282 | "Binary:Binary1\t[Binary data]", |
| 283 | "CustomAction:CustomAction1\t1\tBinary1\tInvalidEntryPoint\t", | 283 | "CustomAction:CustomAction1\t1\tBinary1\tInvalidEntryPoint\t", |
| 284 | "CustomAction:DiscardOptimismAllBeingsWhoProceed\t19\t\tAbandon hope all ye who enter here.\t", | ||
| 284 | }, results); | 285 | }, results); |
| 285 | } | 286 | } |
| 286 | } | 287 | } |
