summaryrefslogtreecommitdiff
path: root/tests/UnitTests/framework/TestSystem/protected/pages/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/framework/TestSystem/protected/pages/config.xml')
-rw-r--r--tests/UnitTests/framework/TestSystem/protected/pages/config.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/UnitTests/framework/TestSystem/protected/pages/config.xml b/tests/UnitTests/framework/TestSystem/protected/pages/config.xml
new file mode 100644
index 00000000..6a49df82
--- /dev/null
+++ b/tests/UnitTests/framework/TestSystem/protected/pages/config.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+ <pages>
+ </pages>
+ <parameters>
+ <parameter id="param1">value 1</parameter>
+ <parameter id="param2"></parameter>
+ <parameter id="param3" type="System.TComponent" />
+ <parameter id="param4" type="TComponent" />
+ </parameters>
+</configuration> \ No newline at end of file