diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-12 15:40:45 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-12 16:51:16 -0500 |
commit | e223ab393bdf04a9c3d0d2144b48a10d7b2650a2 (patch) | |
tree | a85cff6b765385cc469cb3a5ea478fe998d17228 /src/ext/DifxApp/test | |
parent | ebe9e91768d9514e8dbd617aaa05366365a05cf7 (diff) | |
download | wix-e223ab393bdf04a9c3d0d2144b48a10d7b2650a2.tar.gz wix-e223ab393bdf04a9c3d0d2144b48a10d7b2650a2.tar.bz2 wix-e223ab393bdf04a9c3d0d2144b48a10d7b2650a2.zip |
Deprecate WixDifxAppExtension.
https://github.com/wixtoolset/issues/issues/6648
Diffstat (limited to 'src/ext/DifxApp/test')
-rw-r--r-- | src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs index f5166453..edb4f889 100644 --- a/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs +++ b/src/ext/DifxApp/test/WixToolsetTest.DifxApp/DifxAppExtensionFixture.cs | |||
@@ -29,8 +29,9 @@ namespace WixToolsetTest.DifxApp | |||
29 | 29 | ||
30 | private static void Build(string[] args) | 30 | private static void Build(string[] args) |
31 | { | 31 | { |
32 | var result = WixRunner.Execute(args) | 32 | var result = WixRunner.Execute(warningsAsErrors: false, args).AssertSuccess(); |
33 | .AssertSuccess(); | 33 | |
34 | Assert.Single(result.Messages.Where(m => m.Id == (int)WixToolset.Data.WarningMessages.Ids.DeprecatedElement)); | ||
34 | } | 35 | } |
35 | } | 36 | } |
36 | } | 37 | } |