Update contrib.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // ECom SWI test step declaration
22 #ifndef __ECOMSWI_COMMON_H__
23 #define __ECOMSWI_COMMON_H__
25 // A naughty bit of embedded HTML to make errors red so we can see them better.
26 _LIT(HTML_RED, "<font color=FF0000>");
27 _LIT(HTML_RED_OFF, "</font>");
30 _LIT(HTML_GREEN, "<font color=006633>");
31 _LIT(HTML_GREEN_OFF, "</font>");