os/textandloc/charconvfw/fatfilenameconversionplugins/test/T_CP936.CPP
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     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".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 
    18 
    19 #include "T_CP936.h"
    20 
    21 #define test(cond)                                          \
    22     {                                                       \
    23     TBool __bb = (cond);                                    \
    24     TEST(__bb);                                             \
    25     if (!__bb)                                              \
    26         {                                                   \
    27         ERR_PRINTF1(_L("ERROR: Test Failed"));              \
    28         User::Leave(1);                                     \
    29         }                                                   \
    30     }
    31 
    32 _LIT16(Uni_1, "\x0053\x0059\x004D\x3125\x312F\x3122\xFFFF\x9673\xFA29");
    33 _LIT8(CP936_1, "\x53\x59\x4D\xA8\xE5\x5F\xA8\xE2\x5F\xEA\x90\xFE\x4F");
    34 _LIT16(Uni_2, "\x0032\x20AC\xFFFD\xFFFD\x7FB1");
    35 _LIT8(CP936_2, "\x32\x80\xA1\x70\xC1\x7F\xC1\x7E");
    36 
    37 _LIT(KName,"CP936");
    38 const TUid KPluginUid={0x10206A91};
    39 
    40 
    41 // Used for supressing warning in OOM tests
    42 #define __UNUSED_VAR(var) var = var
    43 
    44 /**
    45 @SYMTestCaseID          SYSLIB-FATCHARSETCONV-CT-1778
    46 @SYMTestCaseDesc	    Tests API behaviours of UnicodeConv class
    47 @SYMTestPriority 	    High
    48 @SYMTestActions  	    Tests for conversions from/to Unicode, using a function pointer
    49 @SYMTestExpectedResults Test must not fail 
    50 */
    51 void CT_CP936::TestL()
    52 	{ 
    53 	INFO_PRINTF1(_L(" @SYMTestCaseID:SYSLIB-FATCHARSETCONV-CT-1778 "));
    54 
    55 	RLibrary lib;
    56 
    57 	const TUidType serverUid(KNullUid,KNullUid,KPluginUid);	
    58 	// load the dll	
    59 	TInt returnValue = lib.Load(KName,serverUid);
    60 	test(returnValue==0);
    61 
    62 	// get a pointer to the specified ordinal function and call it	
    63 	TLibraryFunction function1 = lib.Lookup(1);
    64 	TLibraryFunction function2 = lib.Lookup(2);
    65 	TLibraryFunction function3 = lib.Lookup(3);
    66 
    67 	//cast the function pointer f to a function of type void with two arguments
    68 	typedef void (*TConvertFromUnicodeL)(TDes8&, const TDesC16&);	
    69 	TConvertFromUnicodeL aConvertFromUnicodeL = reinterpret_cast <TConvertFromUnicodeL> (function1);
    70 	
    71 	typedef void (*TConvertToUnicodeL)(TDes16&, const TDesC8&);	
    72 	TConvertToUnicodeL aConvertToUnicodeL = reinterpret_cast <TConvertToUnicodeL> (function2);
    73 	
    74 	typedef TBool (*TIsLegalShortNameCharacter)(TUint);	
    75 	TIsLegalShortNameCharacter aIsLegalShortNameCharacter = reinterpret_cast <TIsLegalShortNameCharacter> (function3);
    76 	
    77 	
    78 	TBuf8<20> foreign1;
    79 	TBuf16<20> unicode2;
    80 	
    81 	const TDesC16& unicode1(Uni_1);
    82 	(*aConvertFromUnicodeL)(foreign1, unicode1); 	//testing conversion from Unicode
    83 	TInt error = foreign1.Compare(CP936_1);
    84 	test(error==0);
    85 	foreign1.Zero();
    86 	
    87 	const TDesC8& foreign2(CP936_2);
    88 	(*aConvertToUnicodeL)(unicode2,foreign2); 	//testing conversion to Unicode
    89 	error = unicode2.Compare(Uni_2);
    90 	test(error==0);
    91 	unicode2.Zero();
    92 	
    93 	
    94 	//testing for legal short name character
    95 	TInt result = (*aIsLegalShortNameCharacter)(0x005F); //testing for existent character
    96 	test(result==1);
    97 	result = (*aIsLegalShortNameCharacter)(0x003F); //testing for illegal character
    98 	test(result==0);
    99 	result = (*aIsLegalShortNameCharacter)(0x2999); //testing for non-existent character
   100 	test(result==0);
   101 	result = (*aIsLegalShortNameCharacter)(0x4E02); //testing for a double byte character
   102 	test(result==1);
   103 
   104 	lib.Close();
   105 	}
   106 
   107 	/**
   108 @SYMTestCaseID          SYSLIB-FATCHARSETCONV-CT-1847-0001
   109 @SYMTestCaseDesc	    Tests API behaviours of UnicodeConv class as part of INC090073
   110 @SYMTestPriority 	    High
   111 @SYMTestActions  	    Tests for correct character conversion on certain chinese characters for CP936 
   112 @SYMTestExpectedResults Test must not fail 
   113 */	
   114 void CT_CP936::TestINC090073L()
   115 	{
   116 	INFO_PRINTF1(_L(" @SYMTestCaseID:SYSLIB-FATCHARSETCONV-CT-1847-0001 "));
   117 	
   118  	_LIT16(unicode, "\x7CCD\x74EF\x8026\x8F8F\x94F3\x7633\x6DFC\x9785\x7F81\x7A37\x61A9\x80B1\x86A3\x89E5\x80F2\x9B48\x9E47\x6C19\x7B71\x946B\x6B46\x6615");
   119 	_LIT8(CP932Code, "\xF4\xD9\xEA\xB1\xF1\xEE\xEA\xA3\xEF\xA5\xF1\xAC\xED\xB5\xF7\xB1\xEE\xBF\xF0\xA2\xED\xAC\xEB\xC5\xF2\xBC\xF6\xA1\xEB\xDC\xF7\xCC\xF0\xC2\xEB\xAF\xF3\xE3\xF6\xCE\xEC\xA7\xEA\xBF");
   120 
   121 	RLibrary lib;
   122 
   123 	const TUidType serverUid(KNullUid,KNullUid,KPluginUid);	
   124 	// load the dll	
   125 	TInt returnValue = lib.Load(KName,serverUid);
   126 	test(returnValue==0);
   127 
   128 	// get a pointer to the specified ordinal function and call it	
   129 	TLibraryFunction function1 = lib.Lookup(1);
   130 
   131 
   132 	//cast the function pointer f to a function of type void with two arguments
   133 	typedef void (*TConvertFromUnicodeL)(TDes8&, const TDesC16&);	
   134 	TConvertFromUnicodeL aConvertFromUnicodeL = reinterpret_cast <TConvertFromUnicodeL> (function1);
   135 	
   136 	TBuf8<50> foreign1;
   137 
   138 	foreign1.Zero();
   139 	const TDesC16& unicode1(unicode);
   140 	TRAPD(err,(*aConvertFromUnicodeL)(foreign1, unicode1)); 	//testing conversion from Unicode
   141 	test(err==0);
   142 	TInt error = foreign1.Compare(CP932Code);
   143 	test(error==0);
   144 	foreign1.Zero();
   145 
   146 	lib.Close();
   147 	}	
   148 
   149 void CT_CP936::OOMTestL()
   150 	{
   151 	INFO_PRINTF1(_L("OOM testing"));
   152 	TInt err, tryCount = 0;
   153 	do	
   154 		{
   155 			__UHEAP_MARK;
   156   		// find out the number of open handles
   157 		TInt startProcessHandleCount;
   158 		TInt startThreadHandleCount;
   159 		RThread().HandleCount(startProcessHandleCount, startThreadHandleCount);
   160 		
   161 			// Setting Heap failure for OOM test
   162 		__UHEAP_SETFAIL(RHeap::EDeterministic, ++tryCount);
   163 
   164 		TRAP(err,TestL());
   165 			
   166 		__UHEAP_SETFAIL(RHeap::ENone, 0);
   167 		
   168 		// check that no handles have leaked
   169 		TInt endProcessHandleCount;
   170 		TInt endThreadHandleCount;
   171 		RThread().HandleCount(endProcessHandleCount, endThreadHandleCount);
   172 
   173 		test(startProcessHandleCount == endProcessHandleCount);
   174 		test(startThreadHandleCount  == endThreadHandleCount);
   175 
   176 		__UHEAP_MARKEND;
   177 		}while (err == KErrNoMemory);
   178 		
   179 	test(err == KErrNone);
   180 	INFO_PRINTF2(_L("- server succeeded at heap failure rate of %i"), tryCount);
   181 	}
   182 
   183 CT_CP936::CT_CP936()
   184     {
   185     SetTestStepName(KTestStep_T_CP936);
   186     }
   187 
   188 TVerdict CT_CP936::doTestStepL()
   189     {
   190     SetTestStepResult(EFail);
   191 
   192     __UHEAP_MARK;
   193 
   194     TRAPD(error1, TestL());
   195     TRAPD(error2, TestINC090073L());
   196     TRAPD(error3, OOMTestL());
   197 
   198     __UHEAP_MARKEND;
   199 
   200     if(error1 == KErrNone && error2 == KErrNone && error3 == KErrNone)
   201         {
   202         SetTestStepResult(EPass);
   203         }
   204 
   205     return TestStepResult();
   206     }