diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-03-25 20:12:05 +0100 |
---|---|---|
committer | David <david0@github.com> | 2014-07-10 17:58:36 +0200 |
commit | 6dffcae480706f7c3583c5cfd4360c6c11aacabb (patch) | |
tree | 1f9ce32716902361d8ee507284e171a57053897f /tests/FunctionalTests/issues/protected/application.xml | |
parent | 2b11341614ac4a15be697fa8acad07055154ac54 (diff) |
Added new test case directory for github issues; added test case for #504
Diffstat (limited to 'tests/FunctionalTests/issues/protected/application.xml')
-rwxr-xr-x | tests/FunctionalTests/issues/protected/application.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/FunctionalTests/issues/protected/application.xml b/tests/FunctionalTests/issues/protected/application.xml new file mode 100755 index 00000000..a396dea5 --- /dev/null +++ b/tests/FunctionalTests/issues/protected/application.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> + +<application id="FeatureTests" Mode="Debug"> + <paths> + <using namespace="Application.controls.*" /> + </paths> + <services> + <service id="page" class="TPageService"> + <pages MasterClass="Application.controls.Layout" /> + </service> + </services> +</application>
\ No newline at end of file |