summaryrefslogtreecommitdiff
path: root/tests/UnitTests/framework/TestSystem/protected/application.xml
blob: 38bfff9e5fe8a8c03a8849721c83bb2bdd192ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.Caching.TSqliteCache" DbFile="TestSystem/protected/data/test.db" />
  </modules>
  <services>
    <service id="page" BasePath="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>