diff options
Diffstat (limited to 'src/test')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj b/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj index 00fb5a41..957ebcb2 100644 --- a/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj +++ b/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <TargetFramework>net472</TargetFramework> | 5 | <TargetFramework>net472</TargetFramework> |
| 6 | 6 | ||
| 7 | <!-- Add some random EULA Ids for testing purposes. --> | 7 | <!-- Add some random EULA Ids for testing purposes. --> |
| 8 | <AcceptEula>foo;wix7;bar</AcceptEula> | 8 | <AcceptEula>foo;wix8;bar</AcceptEula> |
| 9 | </PropertyGroup> | 9 | </PropertyGroup> |
| 10 | 10 | ||
| 11 | <ItemGroup> | 11 | <ItemGroup> |
diff --git a/src/test/wix/TestData/Directory.Build.props b/src/test/wix/TestData/Directory.Build.props index 1a791cf9..a7b78346 100644 --- a/src/test/wix/TestData/Directory.Build.props +++ b/src/test/wix/TestData/Directory.Build.props | |||
| @@ -8,6 +8,6 @@ | |||
| 8 | --> | 8 | --> |
| 9 | 9 | ||
| 10 | <PropertyGroup> | 10 | <PropertyGroup> |
| 11 | <AcceptEula>wix7</AcceptEula> | 11 | <AcceptEula>wix8</AcceptEula> |
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | </Project> | 13 | </Project> |
diff --git a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/WixprojPackageVcxprojWindowsApp.wixproj b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/WixprojPackageVcxprojWindowsApp.wixproj index 1e137761..2723d180 100644 --- a/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/WixprojPackageVcxprojWindowsApp.wixproj +++ b/src/test/wix/TestData/WixprojPackageVcxprojWindowsApp/WixprojPackageVcxprojWindowsApp.wixproj | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <SignOutput>true</SignOutput> | 6 | <SignOutput>true</SignOutput> |
| 7 | 7 | ||
| 8 | <!-- Add some random EULA Ids for testing purposes. --> | 8 | <!-- Add some random EULA Ids for testing purposes. --> |
| 9 | <AcceptEula>abc;xyz;123;wix7</AcceptEula> | 9 | <AcceptEula>abc;xyz;123;wix8</AcceptEula> |
| 10 | </PropertyGroup> | 10 | </PropertyGroup> |
| 11 | 11 | ||
| 12 | <ItemGroup> | 12 | <ItemGroup> |
