persistentstorage/sql/TEST/t_sqlsecurity6.cpp
branchRCL_3
changeset 15 fcc16690f446
parent 14 04ec7606545c
equal deleted inserted replaced
14:04ec7606545c 15:fcc16690f446
   110 	TheTest(tc != NULL);
   110 	TheTest(tc != NULL);
   111 	
   111 	
   112 	__UHEAP_MARK;
   112 	__UHEAP_MARK;
   113 		
   113 		
   114 	TRAPD(err, DoTestsL());
   114 	TRAPD(err, DoTestsL());
       
   115 	DestroyTestEnv();
   115 	TEST2(err, KErrNone);
   116 	TEST2(err, KErrNone);
   116 
   117 
   117 	__UHEAP_MARKEND;
   118 	__UHEAP_MARKEND;
   118 	
   119 	
   119 	TheTest.End();
   120 	TheTest.End();