Update contrib.
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
18 #ifndef __T_RICHOOM_H__
19 #define __T_RICHOOM_H__
21 #include <test/testexecutestepbase.h>
24 class CT_RICHOOM : public CTestStep
29 TVerdict doTestStepL();
31 CRichText* LoadIntoTextL(TFileName& aFileName);
35 void WriteInlineL(RWriteStream& aStream,CRichText* aRichText);
36 void ReadInlineL(RReadStream& aStream,CRichText* aRichText);
37 CStyleList* CreatePopulatedStyleList();
39 void CheckTextIntegrity(const CRichText* aText);
42 void AppendTest2L(CRichText* aTarget);
43 void AppendTestNewL(CRichText* aTarget);
44 void AppendTest3L(CRichText* aTarget);
45 void AppendTakingSolePictureOwnershipOOM();
46 void DoAppendParagraphOOM(CRichText* aRichText,TBool aUnderOOM,TInt aReplicas);
47 void AppendParagraphOOM();
48 void ApplyCharFormatOOM1();
49 void ApplyCharFormatOOM2();
52 void DeleteDataFile(const TDesC& aFullName);
55 _LIT(KTestStep_T_RICHOOM, "T_RICHOOM");