diff options
author | Rob Mensching <rob@firegiant.com> | 2024-03-24 13:20:28 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-24 17:49:37 -0700 |
commit | 8db36166ee5a051983025c3311ebb654e5c2e5d9 (patch) | |
tree | 0bc5b713b654070928e87eadaf19e8e7875c7c5c /src/test | |
parent | fd60bbad397690b6c4e19b6dcdc82ea5608347cc (diff) | |
download | wix-8db36166ee5a051983025c3311ebb654e5c2e5d9.tar.gz wix-8db36166ee5a051983025c3311ebb654e5c2e5d9.tar.bz2 wix-8db36166ee5a051983025c3311ebb654e5c2e5d9.zip |
Use the correct case for firewall attribute values
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/msi/TestData/FirewallExtensionTests/ScopeRules/product.wxs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/msi/TestData/FirewallExtensionTests/ScopeRules/product.wxs b/src/test/msi/TestData/FirewallExtensionTests/ScopeRules/product.wxs index 776c8675..25d29f9f 100644 --- a/src/test/msi/TestData/FirewallExtensionTests/ScopeRules/product.wxs +++ b/src/test/msi/TestData/FirewallExtensionTests/ScopeRules/product.wxs | |||
@@ -18,13 +18,13 @@ | |||
18 | Name="WiXToolset401 Test - 0013" Scope="localSubnet" Port="1300" /> | 18 | Name="WiXToolset401 Test - 0013" Scope="localSubnet" Port="1300" /> |
19 | <fw:FirewallException Id="FirewallException14" | 19 | <fw:FirewallException Id="FirewallException14" |
20 | Description="WiX Toolset firewall exception rule integration test - scope DNS" | 20 | Description="WiX Toolset firewall exception rule integration test - scope DNS" |
21 | Name="WiXToolset401 Test - 0014" Scope="DNS" Port="1400" /> | 21 | Name="WiXToolset401 Test - 0014" Scope="dns" Port="1400" /> |
22 | <fw:FirewallException Id="FirewallException15" | 22 | <fw:FirewallException Id="FirewallException15" |
23 | Description="WiX Toolset firewall exception rule integration test - scope DHCP" | 23 | Description="WiX Toolset firewall exception rule integration test - scope DHCP" |
24 | Name="WiXToolset401 Test - 0015" Scope="DHCP" Port="1500" /> | 24 | Name="WiXToolset401 Test - 0015" Scope="dhcp" Port="1500" /> |
25 | <fw:FirewallException Id="FirewallException16" | 25 | <fw:FirewallException Id="FirewallException16" |
26 | Description="WiX Toolset firewall exception rule integration test - scope WINS" | 26 | Description="WiX Toolset firewall exception rule integration test - scope WINS" |
27 | Name="WiXToolset401 Test - 0016" Scope="WINS" Port="1600" /> | 27 | Name="WiXToolset401 Test - 0016" Scope="wins" Port="1600" /> |
28 | <fw:FirewallException Id="FirewallException17" | 28 | <fw:FirewallException Id="FirewallException17" |
29 | Description="WiX Toolset firewall exception rule integration test - scope default gateway" | 29 | Description="WiX Toolset firewall exception rule integration test - scope default gateway" |
30 | Name="WiXToolset401 Test - 0017" Scope="defaultGateway" Port="1700" /> | 30 | Name="WiXToolset401 Test - 0017" Scope="defaultGateway" Port="1700" /> |