diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-25 11:20:31 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-31 10:57:14 -0700 |
commit | 033f38a28c89945ce4379f5992e8f36943a125ab (patch) | |
tree | 7feb7700b4bca1c0cff5bdb85af5e2d543e226c2 /src/ext/Bal/test | |
parent | 217182f85fa737d20fb5846f395cabfa599bf1c6 (diff) | |
download | wix-033f38a28c89945ce4379f5992e8f36943a125ab.tar.gz wix-033f38a28c89945ce4379f5992e8f36943a125ab.tar.bz2 wix-033f38a28c89945ce4379f5992e8f36943a125ab.zip |
Loc files were still using inner text, stop doing that
Fixes 6970
Diffstat (limited to 'src/ext/Bal/test')
-rw-r--r-- | src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl b/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl index 223a7874..0667c3cb 100644 --- a/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl +++ b/src/ext/Bal/test/WixToolsetTest.Bal/TestData/Overridable/WrongCaseBundle.wxl | |||
@@ -1,4 +1,4 @@ | |||
1 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 1 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
2 | <String Id="NonsenseDetectCondition">WixBundleAction = 4</String> | 2 | <String Id="NonsenseDetectCondition" Value="WixBundleAction = 4" /> |
3 | <String Id="NonsensePlanCondition">=</String> | 3 | <String Id="NonsensePlanCondition" Value="=" /> |
4 | </WixLocalization> | 4 | </WixLocalization> |