summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/application.xml
blob: 9153f3f72d7ec52acee7636f566d06129716de2a (plain)
1
2
3
4
5
6
7
8
9
10
11
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" DefaultPage="FeatureList">
	    <pages MasterClass="Application.controls.Layout" />
	  </service>
	</services>
</application>