summaryrefslogtreecommitdiff
path: root/tests/UnitTests/framework/TestSystem/protected/application.xml
diff options
context:
space:
mode:
authorxue <>2006-07-07 14:54:15 +0000
committerxue <>2006-07-07 14:54:15 +0000
commit61bb16ee2e5f0a66234e1575242169a10fde47b5 (patch)
tree3ee24dcc36ceae2c213130df1ea3d5c9fc110a27 /tests/UnitTests/framework/TestSystem/protected/application.xml
parent7b84938b1b5964f2274d66e28ba17435924ffe35 (diff)
Merge from 3.0 branch till 1253.
Diffstat (limited to 'tests/UnitTests/framework/TestSystem/protected/application.xml')
-rw-r--r--tests/UnitTests/framework/TestSystem/protected/application.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/UnitTests/framework/TestSystem/protected/application.xml b/tests/UnitTests/framework/TestSystem/protected/application.xml
deleted file mode 100644
index 38bfff9e..00000000
--- a/tests/UnitTests/framework/TestSystem/protected/application.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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> \ No newline at end of file