searchengine/cpix/tsrc/cpixunittest/src/std_log_result.cpp
changeset 7 a5fbfefd615f
parent 3 ae3f1779f6da
child 24 65456528cac2
--- a/searchengine/cpix/tsrc/cpixunittest/src/std_log_result.cpp	Thu May 27 13:59:44 2010 +0300
+++ b/searchengine/cpix/tsrc/cpixunittest/src/std_log_result.cpp	Fri Jun 11 14:43:47 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
 #include "std_log_result.h"
 #ifdef __SYMBIAN32__
 #define LOG_FILE "c:\\logs\\std_test_log.txt"
@@ -124,7 +108,8 @@
     // create the xml file name
     FILE *fp_result;
     sprintf(xmlfilename, "%s%s.%s", LOG_DIR, filename, LOG_FILE_EXT);
-    strftime(time_buf,50,"%c",tm1);
+    //strftime(time_buf,50,"%c",tm1);
+    sprintf(time_buf,"%s","");
 
     if(assert_failed )
         strcpy(result,"FAILED");