Update test now that Core now ignores equal variable redefinitions.
Depends on https://github.com/wixtoolset/Core/pull/2
Bob Arnson committed
Sep 3, 2018 at 18:31 UTC
75c33403c482d0670dd7b9ca425d34a153e40d89
1 file changed
+1
-1
src/test/WixToolsetTest.BuildTasks/TestData/SimpleMsiPackage/MsiPackage/Package.wxs
+1
-1
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
3
<?define Variable = "Value" ?>
4
-<?define Variable = "Value" ?>
4
+<?define Variable = "DifferentValue" ?>
5
6
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
7
<Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">