summaryrefslogtreecommitdiff
path: root/tests/UnitTests/framework/TestSystem
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/framework/TestSystem')
-rw-r--r--tests/UnitTests/framework/TestSystem/protected/application.xml21
-rw-r--r--tests/UnitTests/framework/TestSystem/protected/data/test.dbbin5120 -> 0 bytes
-rw-r--r--tests/UnitTests/framework/TestSystem/protected/pages/config.xml12
3 files changed, 0 insertions, 33 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
diff --git a/tests/UnitTests/framework/TestSystem/protected/data/test.db b/tests/UnitTests/framework/TestSystem/protected/data/test.db
deleted file mode 100644
index 9bc20c39..00000000
--- a/tests/UnitTests/framework/TestSystem/protected/data/test.db
+++ /dev/null
Binary files differ
diff --git a/tests/UnitTests/framework/TestSystem/protected/pages/config.xml b/tests/UnitTests/framework/TestSystem/protected/pages/config.xml
deleted file mode 100644
index 6a49df82..00000000
--- a/tests/UnitTests/framework/TestSystem/protected/pages/config.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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