xml/wbxmlparser/test/rtest/tsrc/t_wbxmldefects.cpp
branchRCL_3
changeset 32 889504eac4fb
parent 0 e35f40988205
child 33 604ca70b6235
equal deleted inserted replaced
31:6bcc0aa4be39 32:889504eac4fb
    26 LOCAL_D RFs					TheFs;
    26 LOCAL_D RFs					TheFs;
    27 
    27 
    28 LOCAL_D CTrapCleanup* 		TheTrapCleanup 		= NULL;
    28 LOCAL_D CTrapCleanup* 		TheTrapCleanup 		= NULL;
    29 
    29 
    30 // Installed via bld.inf test exports
    30 // Installed via bld.inf test exports
    31 _LIT  (KTestDocument1,"z:\\system\\xmltest\\SyncML\\1.2\\Defects\\DEF078987_1.wbxml");
    31 _LIT  (KTestDocument1,"c:\\system\\xmltest\\SyncML\\1.2\\Defects\\DEF078987_1.wbxml");
    32 _LIT  (KTestDocument2,"z:\\system\\xmlTest\\SyncML\\1.2\\Defects\\DEF078987_2.wbxml");
    32 _LIT  (KTestDocument2,"c:\\system\\xmlTest\\SyncML\\1.2\\Defects\\DEF078987_2.wbxml");
    33 _LIT  (KCorruptWAPEmailPushMsg1,"z:\\system\\xmltest\\defects\\00000036.emnc");
    33 _LIT  (KCorruptWAPEmailPushMsg1,"c:\\system\\xmltest\\defects\\00000036.emnc");
    34 _LIT  (KCorruptWAPEmailPushMsg2,"z:\\system\\xmltest\\defects\\00000036b.emnc");
    34 _LIT  (KCorruptWAPEmailPushMsg2,"c:\\system\\xmltest\\defects\\00000036b.emnc");
    35 _LIT  (KCorruptWAPEmailPushMsg3,"z:\\system\\xmltest\\defects\\00000060.emnc");
    35 _LIT  (KCorruptWAPEmailPushMsg3,"c:\\system\\xmltest\\defects\\00000060.emnc");
    36 _LIT  (KCorruptWAPEmailPushMsg4,"z:\\system\\xmltest\\defects\\00000104.emnc");
    36 _LIT  (KCorruptWAPEmailPushMsg4,"c:\\system\\xmltest\\defects\\00000104.emnc");
    37 
    37 
    38 
    38 
    39 typedef void (*TestFunc) (void);
    39 typedef void (*TestFunc) (void);
    40 
    40 
    41 
    41 
   369 */
   369 */
   370 LOCAL_C void DEF083625L()
   370 LOCAL_C void DEF083625L()
   371 	{
   371 	{
   372 	test.Next(_L(" @SYMTestCaseID:SYSLIB-XML-UT-1679 "));
   372 	test.Next(_L(" @SYMTestCaseID:SYSLIB-XML-UT-1679 "));
   373 	_LIT8 (KWbxmlParserDataType, "text/wbxml");
   373 	_LIT8 (KWbxmlParserDataType, "text/wbxml");
   374 	_LIT  (KTestDocument1, "z:\\system\\XmlTest\\SyncML\\1.1\\add-to-client\\FromServer1.wbxml");
   374 	_LIT  (KTestDocument1, "c:\\system\\XmlTest\\SyncML\\1.1\\add-to-client\\FromServer1.wbxml");
   375 	_LIT  (KTestDocument2, "z:\\system\\XmlTest\\SyncML\\1.1\\add-to-server\\FromServer1.wbxml");
   375 	_LIT  (KTestDocument2, "c:\\system\\XmlTest\\SyncML\\1.1\\add-to-server\\FromServer1.wbxml");
   376 
   376 
   377 	RDefectTests handler;
   377 	RDefectTests handler;
   378 	CleanupClosePushL (handler);
   378 	CleanupClosePushL (handler);
   379 
   379 
   380 	CParser* parser = CParser::NewLC(KWbxmlParserDataType, handler);
   380 	CParser* parser = CParser::NewLC(KWbxmlParserDataType, handler);