~ubuntu-branches/ubuntu/precise/sqlite3/precise-updates

« back to all changes in this revision

Viewing changes to src/test_journal.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-12-11 14:34:09 UTC
  • mfrom: (9.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091211143409-o29fahwmcmyd0vq1
Tags: 3.6.21-2
Run autoreconf to prevent FTBFS with new libtool (closes: #560660).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
** an existing VFS. The code in this file attempts to verify that SQLite
15
15
** correctly populates and syncs a journal file before writing to a
16
16
** corresponding database file.
17
 
**
18
 
** $Id: test_journal.c,v 1.17 2009/06/26 10:39:36 danielk1977 Exp $
19
17
*/
20
18
#if SQLITE_TEST          /* This file is used for testing only */
21
19