diff options
Diffstat (limited to 'tests')
-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 6ca4aaa8..38bfff9e 100644 --- a/tests/UnitTests/framework/TestSystem/protected/application.xml +++ b/tests/UnitTests/framework/TestSystem/protected/application.xml @@ -7,7 +7,7 @@ </paths>
<modules>
<module id="request" />
- <module id="cache" type="System.Data.TSqliteCache" DbFile="TestSystem/protected/data/test.db" />
+ <module id="cache" type="System.Caching.TSqliteCache" DbFile="TestSystem/protected/data/test.db" />
</modules>
<services>
<service id="page" BasePath="TestSystem/protected/pages" />
|