diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/application.xml')
-rwxr-xr-x | tests/FunctionalTests/tickets/protected/application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/application.xml b/tests/FunctionalTests/tickets/protected/application.xml index 113b8455..1354137a 100755 --- a/tests/FunctionalTests/tickets/protected/application.xml +++ b/tests/FunctionalTests/tickets/protected/application.xml @@ -5,7 +5,7 @@ <url ServiceID="testService" ServiceParameter="ticket653" pattern="/ticket653/?" /> <url ServiceParameter="Ticket922" pattern="/ticket922/{text}" parameters.text=".*" /> </module> - <module id="request" class="THttpRequest" UrlManager="friendly-url"/> + <module id="request" class="System.Web.THttpRequest" UrlManager="friendly-url"/> </modules> <services> <!-- Define a new PageService, changing default basePath, and a new MasterClass --> |