diff options
author | xue <> | 2006-03-12 04:43:03 +0000 |
---|---|---|
committer | xue <> | 2006-03-12 04:43:03 +0000 |
commit | cb7b7f1929dce12936eca957caa432e74c6dc7de (patch) | |
tree | 5de1b58f968241299e65e8ac852f88d755f8f25d /tests/FunctionalTests/protected/application.xml | |
parent | dcaeab55c94f6f51ab92b7d1a70503a544df73cd (diff) |
reorganized FT tests.
Diffstat (limited to 'tests/FunctionalTests/protected/application.xml')
-rw-r--r-- | tests/FunctionalTests/protected/application.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/FunctionalTests/protected/application.xml b/tests/FunctionalTests/protected/application.xml deleted file mode 100644 index 53e73457..00000000 --- a/tests/FunctionalTests/protected/application.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-
-<application id="FunctionTests" Mode="Debug">
- <paths>
- <alias id="Tests" path="." />
- <using namespace="System.I18N.*" />
- </paths>
-
- <modules>
- <module id="globalization" class="TGlobalization">
- <translation type="XLIFF" source="Tests.messages"
- autosave="true" cache="true" />
- </module>
- <module id="logger" class="System.Log.TLogRouter">
- <route class="TFileLogRoute" />
- </module>
- </modules>
-</application>
\ No newline at end of file |