diff -r 5b3b2fa8c3ec -r f42d9a78f435 messagingapp/msgui/conversationview/inc/msgeditorwidget.h --- a/messagingapp/msgui/conversationview/inc/msgeditorwidget.h Wed Aug 18 00:46:12 2010 +0530 +++ b/messagingapp/msgui/conversationview/inc/msgeditorwidget.h Tue Aug 31 18:53:38 2010 +0530 @@ -234,6 +234,13 @@ * Indication for sms char limt reached */ bool mSmsCharLimitReached; + +#ifdef MSGUI_UNIT_TEST + /** + * Unit Testing + */ + friend class TestMsgEditorWidget; +#endif }; #endif // MSGEDITORWIDGET_H