email/email/smtp/src/T_RetrievePlainBodyTextAndCompare.cpp
branchSymbian3
changeset 18 147b85a37c23
parent 6 c108117318cb
equal deleted inserted replaced
17:e3e31170f643 18:147b85a37c23
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    32 // message creation and fetching both uses same set of character set(8 bit or 16 bit).
    32 // message creation and fetching both uses same set of character set(8 bit or 16 bit).
    33 // However comaprison can be done manually using the text comparison tools(e.g, Beyond Compare)
    33 // However comaprison can be done manually using the text comparison tools(e.g, Beyond Compare)
    34 // 
    34 // 
    35 //
    35 //
    36 
    36 
    37 
       
    38 
       
    39 /**
    37 /**
    40  @file
    38  @file
    41 */
    39 */
    42 
    40 
    43 
    41 
   304 				}
   302 				}
   305 			}
   303 			}
   306 		}
   304 		}
   307 	return TestStepResult();	
   305 	return TestStepResult();	
   308 	}
   306 	}
       
   307