summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxue <>2006-04-08 03:25:07 +0000
committerxue <>2006-04-08 03:25:07 +0000
commitcd960f6b68ed4431252bd55605dd2ba4044def07 (patch)
treeef4cf0a7340c0eabca0364885d295ce549f17e99 /tests
parentc324241bd722e2eb3488c9fb5a467882b7040435 (diff)
inconsistency caused by changeset 853.
Diffstat (limited to 'tests')
-rw-r--r--tests/UnitTests/framework/TestSystem/protected/application.xml2
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" />