diff -r 175a0d824084 -r 676b6116ca93 contenthandling/webrecognisers/Test/t_recweb/crecwebrecogtest.cpp --- a/contenthandling/webrecognisers/Test/t_recweb/crecwebrecogtest.cpp Tue Oct 12 17:17:12 2010 +0300 +++ b/contenthandling/webrecognisers/Test/t_recweb/crecwebrecogtest.cpp Wed Oct 20 17:03:03 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" @@ -22,6 +22,7 @@ const TInt KTestCaseCount = 8; const TInt KTestDataSize = 2048; _LIT8(KHtmlMimeType,"text/html"); +_LIT8(KHtmlMimeType2,"application/xhtml+xml"); // added as part of platsim _LIT8(KXmlMimeType,"text/xml"); CRecWebRecogTest* CRecWebRecogTest::NewL(TAny* aConstructionsParams) @@ -224,7 +225,7 @@ { _LIT(KTxtTestFile6Path, "z:\\recogtestdata\\sample3"); - RunTestL(KTxtTestFile6Path(), KHtmlMimeType()); + RunTestL(KTxtTestFile6Path(), KHtmlMimeType2()); } void CRecWebRecogTest::RunTestCase7L()