diff options
| author | Bob Arnson <bob@firegiant.com> | 2024-03-17 12:10:29 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2024-03-18 14:38:06 -0400 |
| commit | db7727a8b38e9ca118792c1f22835b3291314869 (patch) | |
| tree | 2055ca1287ca24e44bbcbfc89f65d01385a10329 /src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties | |
| parent | 3b842aeea892c9dae01e5167e5f2e35c448f5bda (diff) | |
| download | wix-db7727a8b38e9ca118792c1f22835b3291314869.tar.gz wix-db7727a8b38e9ca118792c1f22835b3291314869.tar.bz2 wix-db7727a8b38e9ca118792c1f22835b3291314869.zip | |
Fix Profile column definition.
It's a formatted field but was too short.
Fixes https://github.com/wixtoolset/issues/issues/8043.
Diffstat (limited to 'src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties')
| -rw-r--r-- | src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs b/src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs index 05c3ea8a..1aab3896 100644 --- a/src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs +++ b/src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | <Fragment> | 4 | <Fragment> |
| 5 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> | 5 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 6 | <Component Id="FirewallComponent" Guid="28DF3387-F30E-4DBE-90E2-D2C760CB4DD9"> | 6 | <Component Id="FirewallComponent" Guid="28DF3387-F30E-4DBE-90E2-D2C760CB4DD9"> |
| 7 | <File Source="$(sys.SOURCEFILEPATH)" /> | ||
| 7 | <fw:FirewallException | 8 | <fw:FirewallException |
| 8 | Name="[NAME]" | 9 | Name="[NAME]" |
| 9 | Port="[LOCALPORT]" | 10 | Port="[LOCALPORT]" |
| @@ -31,8 +32,8 @@ | |||
| 31 | /> | 32 | /> |
| 32 | 33 | ||
| 33 | <fw:FirewallException Name="Single Nested properties" > | 34 | <fw:FirewallException Name="Single Nested properties" > |
| 34 | <fw:RemoteAddress Value="[REMOTEADDRESS]" /> | 35 | <fw:RemoteAddress Value="[REMOTEADDRESS]" /> |
| 35 | <fw:LocalAddress Value="[LOCALADDRESS]" /> | 36 | <fw:LocalAddress Value="[LOCALADDRESS]" /> |
| 36 | <fw:InterfaceType Value="[INTERFACETYPE]" /> | 37 | <fw:InterfaceType Value="[INTERFACETYPE]" /> |
| 37 | <fw:Interface Name="[INTERFACE]" /> | 38 | <fw:Interface Name="[INTERFACE]" /> |
| 38 | </fw:FirewallException> | 39 | </fw:FirewallException> |
