fontservices/textshaperplugin/test/CreateTestData/HowTo.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 11:40:52 +0300
branchRCL_3
changeset 36 f902e87c146f
parent 0 1fb32624e06b
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

//
// Copyright (c) 2008-2009 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"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description: 

***************************************************************************************
IN ORDER TO CREATE NEW TEST DATA FILES USING THIS UTILITY, YOU WILL NEED TO:
***************************************************************************************

1. Add a new entry to the TNR_Dev_OTInputData table in inputData.txt

2. Delete any old data files in %EPOCROOT%epoc32\winscw\c\

3. Run the test.

***************************************************************************************
IN ORDER TO GET THE TC_SHAP_shapeText TEST FILE TO USE THIS NEW DATA, YOU WILL NEED TO:
***************************************************************************************

1. Add your new test file in perforce to:
	IcuLayoutEngine/test/testdata/...
	They will have been added to %EPOCROOT%epoc32\winscw\c

2. Update the bld.inf file for IcuLayoutEngine to export this file to z:\test\data\...

3. Update the .cpp file by adding the a new literal at the top of the file with the new filename to be used.

4. Update the TC_SHAP_shapeText.iby file in IcuLayoutEngine/test to include the new file.