diff -r 5f1cd966e0d9 -r c0c2f28ace9c applayerprotocols/httpservice/test/httpservicetest/ctesthttpserviceauthentication.cpp --- a/applayerprotocols/httpservice/test/httpservicetest/ctesthttpserviceauthentication.cpp Thu Aug 19 10:27:19 2010 +0300 +++ b/applayerprotocols/httpservice/test/httpservicetest/ctesthttpserviceauthentication.cpp Tue Aug 31 15:44:10 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -16,7 +16,9 @@ #include #include "ctesthttpserviceauthentication.h" - +_LIT(KAuthURL, "Passing credentials for URL %S, realm %S\n"); +_LIT(KAuthType, "Using %S authentication\n"); + CTestHttpServiceAuthentication::~CTestHttpServiceAuthentication() { }