Update contrib.
1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #undef G_DISABLE_ASSERT
20 #define LOG_FILE "c:\\logs\\nullify_ptr_log.txt"
21 #include "std_log_result.h"
22 #define LOG_FILENAME_LINE __FILE__, __LINE__
24 void create_xml(int result)
29 testResultXml("nullify_ptr_log");
33 int main (int argc, char *argv[])
36 g_nullify_pointer((gpointer)&ptr);
40 std_log(LOG_FILENAME_LINE,"ptr is not NULL");
45 std_log(LOG_FILENAME_LINE,"Test Fail");
47 std_log(LOG_FILENAME_LINE,"Test Successful");