aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata/XmlInfoTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/XmlInfoTest.xml')
-rw-r--r--tests/testdata/XmlInfoTest.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/testdata/XmlInfoTest.xml b/tests/testdata/XmlInfoTest.xml
new file mode 100644
index 0000000..c79896a
--- /dev/null
+++ b/tests/testdata/XmlInfoTest.xml
@@ -0,0 +1,30 @@
+<LightInstallation>
+ <InstallationConfiguration>
+ <Defaults>
+ <PixelMapper>simplemap</PixelMapper>
+ </Defaults>
+ </InstallationConfiguration>
+ <PixelConfiguration>
+ <InheritsFrom>layouts/C5SignLayout.xml</InheritsFrom>
+ </PixelConfiguration>
+ <PixelMapperConfiguration>
+ <PixelMapper>
+ <Class>pixelmappers.C5SignMapper</Class>
+ <Args>
+ <Id>simplemap</Id>
+ <CutoffDist>20</CutoffDist>
+ <Doc>SimpleMapper is a mapper which returns the closest pixel.</Doc>
+ </Args>
+ </PixelMapper>
+ <PixelMapper>
+ <Class>pixelmappers.GaussianMapper</Class>
+ <Args>
+ <Id>gaussmap</Id>
+ <CutoffDist>30</CutoffDist>
+ <MinWeight>0.1</MinWeight>
+ <Width>7</Width>
+ <Height>1</Height>
+ </Args>
+ </PixelMapper>
+ </PixelMapperConfiguration>
+</LightInstallation>