From 58ec94a477f5edef0bf75a60252af96adec34d8d Mon Sep 17 00:00:00 2001 From: rcoh Date: Sat, 19 Feb 2011 00:38:03 -0500 Subject: Added XML introspection script (XmlInfo.py). Should make reading XML files a lot easier for us humans! --- tests/testdata/XmlInfoTest.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/testdata/XmlInfoTest.xml (limited to 'tests') 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 @@ + + + + simplemap + + + + layouts/C5SignLayout.xml + + + + pixelmappers.C5SignMapper + + simplemap + 20 + SimpleMapper is a mapper which returns the closest pixel. + + + + pixelmappers.GaussianMapper + + gaussmap + 30 + 0.1 + 7 + 1 + + + + -- cgit v1.2.3