diff options
author | Bob Arnson <bob@firegiant.com> | 2024-02-26 22:17:10 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-02-27 12:28:30 -0500 |
commit | 58d81bb1b6f7d7c6104914b3070dac95f16877c4 (patch) | |
tree | 01ba734d3d17087560e02f57a062b4712dc48f4b /src/test | |
parent | 6067839ba180f2f4bcd5eac67f839f68f513ccd2 (diff) | |
download | wix-58d81bb1b6f7d7c6104914b3070dac95f16877c4.tar.gz wix-58d81bb1b6f7d7c6104914b3070dac95f16877c4.tar.bz2 wix-58d81bb1b6f7d7c6104914b3070dac95f16877c4.zip |
Use camelCase attribute values.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/msi/TestData/FirewallExtensionTests/FirewallRulesInterfaces/product.wxs | 6 | ||||
-rw-r--r-- | src/test/msi/TestData/FirewallExtensionTests/FirewallRulesProperties/product.wxs | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/test/msi/TestData/FirewallExtensionTests/FirewallRulesInterfaces/product.wxs b/src/test/msi/TestData/FirewallExtensionTests/FirewallRulesInterfaces/product.wxs index 142c8f68..a8e772af 100644 --- a/src/test/msi/TestData/FirewallExtensionTests/FirewallRulesInterfaces/product.wxs +++ b/src/test/msi/TestData/FirewallExtensionTests/FirewallRulesInterfaces/product.wxs | |||
@@ -17,9 +17,9 @@ | |||
17 | <fw:Interface Name="[INTERFACE1]" /> | 17 | <fw:Interface Name="[INTERFACE1]" /> |
18 | <fw:Interface Name="[INTERFACE2]" /> | 18 | <fw:Interface Name="[INTERFACE2]" /> |
19 | <fw:Interface Name="[INTERFACE3]" /> | 19 | <fw:Interface Name="[INTERFACE3]" /> |
20 | <fw:InterfaceType Value="RemoteAccess" /> | 20 | <fw:InterfaceType Value="remoteAccess" /> |
21 | <fw:InterfaceType Value="Lan" /> | 21 | <fw:InterfaceType Value="lan" /> |
22 | <fw:InterfaceType Value="Wireless" /> | 22 | <fw:InterfaceType Value="wireless" /> |
23 | </fw:FirewallException> | 23 | </fw:FirewallException> |
24 | </File> | 24 | </File> |
25 | 25 | ||
diff --git a/src/test/msi/TestData/FirewallExtensionTests/FirewallRulesProperties/product.wxs b/src/test/msi/TestData/FirewallExtensionTests/FirewallRulesProperties/product.wxs index 1f9935d5..48696c0d 100644 --- a/src/test/msi/TestData/FirewallExtensionTests/FirewallRulesProperties/product.wxs +++ b/src/test/msi/TestData/FirewallExtensionTests/FirewallRulesProperties/product.wxs | |||
@@ -11,7 +11,7 @@ | |||
11 | <Fragment> | 11 | <Fragment> |
12 | <Component Id="FirewallComponent1" Guid="A1553D10-BEB7-4E60-A0DC-6F1EEE5A1719" Directory="INSTALLFOLDER"> | 12 | <Component Id="FirewallComponent1" Guid="A1553D10-BEB7-4E60-A0DC-6F1EEE5A1719" Directory="INSTALLFOLDER"> |
13 | <fw:FirewallException | 13 | <fw:FirewallException |
14 | Name="WiXToolset Test - 0028" OnUpdate="EnableOnly" | 14 | Name="WiXToolset Test - 0028" OnUpdate="enableOnly" |
15 | Port="[LOCALPORT]" | 15 | Port="[LOCALPORT]" |
16 | Protocol="[PROTOCOL]" | 16 | Protocol="[PROTOCOL]" |
17 | Program="[PROGRAM]" | 17 | Program="[PROGRAM]" |
@@ -35,7 +35,7 @@ | |||
35 | IPSecSecureFlags="[SECUREFLAGS]" | 35 | IPSecSecureFlags="[SECUREFLAGS]" |
36 | /> | 36 | /> |
37 | 37 | ||
38 | <fw:FirewallException Name="WiXToolset Test - 0029" OnUpdate="DoNothing" > | 38 | <fw:FirewallException Name="WiXToolset Test - 0029" OnUpdate="doNothing" > |
39 | <fw:RemoteAddress Value="[REMOTEADDRESS]" /> | 39 | <fw:RemoteAddress Value="[REMOTEADDRESS]" /> |
40 | <fw:LocalAddress Value="[LOCALADDRESS]" /> | 40 | <fw:LocalAddress Value="[LOCALADDRESS]" /> |
41 | <fw:InterfaceType Value="[INTERFACETYPE]" /> | 41 | <fw:InterfaceType Value="[INTERFACETYPE]" /> |