Fix casing of domain "Id" attribute in test config (#283)

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2019-11-18 14:45:54 +01:00 committed by eboasson
parent a16118c8c8
commit 3a3fb64a35

View file

@ -15,7 +15,7 @@
<CycloneDDS xmlns="https://cdds.io/config"> <CycloneDDS xmlns="https://cdds.io/config">
<!-- Simple config-file for testing whether a config-file can be picked up <!-- Simple config-file for testing whether a config-file can be picked up
correctly. --> correctly. -->
<Domain id="3"> <Domain Id="3">
<General> <General>
<NetworkInterfaceAddress>127.0.0.1</NetworkInterfaceAddress> <NetworkInterfaceAddress>127.0.0.1</NetworkInterfaceAddress>
<AllowMulticast>true</AllowMulticast> <AllowMulticast>true</AllowMulticast>