diff options
| author | tof <> | 2007-06-20 13:26:29 +0000 | 
|---|---|---|
| committer | tof <> | 2007-06-20 13:26:29 +0000 | 
| commit | efd58a6761c92e688d1670767efa4986f013d081 (patch) | |
| tree | 1bdd976fc6d616cab980a33736b5c2ae5f42f3ff | |
| parent | 149f7f6155c80bed9e05f700ca7d7001c65e84bf (diff) | |
commited wrong version of application.xml, sorry. Here's good one
| -rw-r--r-- | tests/FunctionalTests/tickets/protected/application.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/protected/application.xml b/tests/FunctionalTests/tickets/protected/application.xml index 6fea47bf..29273a2f 100644 --- a/tests/FunctionalTests/tickets/protected/application.xml +++ b/tests/FunctionalTests/tickets/protected/application.xml @@ -4,11 +4,11 @@  	<module id="friendly-url" class="System.Web.TUrlMapping">  		<url ServiceID="testService" ServiceParameter="ticket653" pattern="/ticket653/?" />  	</module> -	<module id="request" class="System.Web.THttpRequest" UrlManager="friendly-url"/> +	<module id="request" class="THttpRequest" UrlManager="friendly-url"/>  </modules>  <services>  	<!-- Define a new PageService, changing default basePath, and a new MasterClass --> -	<service id="testService" class="System.Web.Service.TPageService" BasePath="Application.pages.Ticket653"> +	<service id="testService" class="TPageService" BasePath="Application.pages.Ticket653">  	<pages MasterClass="Application.pages.Ticket653.Layout" />  	</service>  </services>  | 
