summaryrefslogtreecommitdiff
path: root/tests/UnitTests/framework/TestSystem/protected/application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/framework/TestSystem/protected/application.xml')
-rw-r--r--tests/UnitTests/framework/TestSystem/protected/application.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/UnitTests/framework/TestSystem/protected/application.xml b/tests/UnitTests/framework/TestSystem/protected/application.xml
new file mode 100644
index 00000000..0ee5f172
--- /dev/null
+++ b/tests/UnitTests/framework/TestSystem/protected/application.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+ <paths>
+ <alias id="Test" path="pages" />
+ <using namespace="Test" />
+ </paths>
+ <modules>
+ <module id="request" />
+ <module id="cache" type="System.Data.TSqliteCache" DbFile="TestSystem/protected/data/test.db" />
+ </modules>
+ <services>
+ <service id="page" RootPath="TestSystem/protected/pages" />
+ </services>
+ <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