persistentstorage/sqlite3api/TEST/TclScript/crashtest1.c
changeset 15 3eacc0623088
parent 0 08ec8eefde2f
child 25 63532cdadd44
equal deleted inserted replaced
14:15018f1726c7 15:3eacc0623088
       
     1 /*
       
     2 * Copyright (c) 2009 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 */
     1 /*
    17 /*
     2 ** This program tests the ability of SQLite database to recover from a crash.
    18 ** This program tests the ability of SQLite database to recover from a crash.
     3 ** This program runs under Unix only, but the results are applicable to all
    19 ** This program runs under Unix only, but the results are applicable to all
     4 ** systems.
    20 ** systems.
     5 **
    21 **