diff options
Diffstat (limited to 'tests/FunctionalTests')
-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> |