diff options
author | wei <> | 2006-04-28 01:22:42 +0000 |
---|---|---|
committer | wei <> | 2006-04-28 01:22:42 +0000 |
commit | eb2a6e9431445b3cb24be4b75f02f07aef70aebc (patch) | |
tree | d634891aa58ed491398d8eef5d80fc7f467f1070 /tests/FunctionalTests/features/protected/application.xml | |
parent | 639a6b1c052f8b3ef1d1063843cae1c88ef4f346 (diff) |
New abstract TCompositeControl + FT tests
Diffstat (limited to 'tests/FunctionalTests/features/protected/application.xml')
-rw-r--r-- | tests/FunctionalTests/features/protected/application.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/application.xml b/tests/FunctionalTests/features/protected/application.xml index 642152cc..9153f3f7 100644 --- a/tests/FunctionalTests/features/protected/application.xml +++ b/tests/FunctionalTests/features/protected/application.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="utf-8"?>
<application id="FeatureTests" Mode="Debug">
+ <paths>
+ <using namespace="Application.controls.*" />
+ </paths>
<services>
<service id="page" class="TPageService" DefaultPage="FeatureList">
<pages MasterClass="Application.controls.Layout" />
|