diff options
Diffstat (limited to 'tests/UnitTests/framework/TestSystem')
-rw-r--r-- | tests/UnitTests/framework/TestSystem/protected/application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UnitTests/framework/TestSystem/protected/application.xml b/tests/UnitTests/framework/TestSystem/protected/application.xml index 0ee5f172..6ca4aaa8 100644 --- a/tests/UnitTests/framework/TestSystem/protected/application.xml +++ b/tests/UnitTests/framework/TestSystem/protected/application.xml @@ -10,7 +10,7 @@ <module id="cache" type="System.Data.TSqliteCache" DbFile="TestSystem/protected/data/test.db" />
</modules>
<services>
- <service id="page" RootPath="TestSystem/protected/pages" />
+ <service id="page" BasePath="TestSystem/protected/pages" />
</services>
<parameters>
<parameter id="param1">value 1</parameter>
|