diff options
author | xue <> | 2005-11-10 12:47:19 +0000 |
---|---|---|
committer | xue <> | 2005-11-10 12:47:19 +0000 |
commit | 55c4ac1bfe565f1ca7f537fdd8b7a201be28e581 (patch) | |
tree | a0599d5e36fdbb3f1e169ae56bab7d529597e3eb /tests/UnitTests/framework/TestSystem/protected |
Initial import of prado framework
Diffstat (limited to 'tests/UnitTests/framework/TestSystem/protected')
-rw-r--r-- | tests/UnitTests/framework/TestSystem/protected/application.xml | 21 | ||||
-rw-r--r-- | tests/UnitTests/framework/TestSystem/protected/data/test.db | bin | 0 -> 5120 bytes | |||
-rw-r--r-- | tests/UnitTests/framework/TestSystem/protected/pages/config.xml | 12 |
3 files changed, 33 insertions, 0 deletions
diff --git a/tests/UnitTests/framework/TestSystem/protected/application.xml b/tests/UnitTests/framework/TestSystem/protected/application.xml new file mode 100644 index 00000000..0ee5f172 --- /dev/null +++ b/tests/UnitTests/framework/TestSystem/protected/application.xml @@ -0,0 +1,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.Data.TSqliteCache" DbFile="TestSystem/protected/data/test.db" />
+ </modules>
+ <services>
+ <service id="page" RootPath="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 diff --git a/tests/UnitTests/framework/TestSystem/protected/data/test.db b/tests/UnitTests/framework/TestSystem/protected/data/test.db Binary files differnew file mode 100644 index 00000000..9bc20c39 --- /dev/null +++ b/tests/UnitTests/framework/TestSystem/protected/data/test.db diff --git a/tests/UnitTests/framework/TestSystem/protected/pages/config.xml b/tests/UnitTests/framework/TestSystem/protected/pages/config.xml new file mode 100644 index 00000000..6a49df82 --- /dev/null +++ b/tests/UnitTests/framework/TestSystem/protected/pages/config.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+ <pages>
+ </pages>
+ <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 |