~ubuntu-branches/ubuntu/maverick/sqlite3/maverick-updates

« back to all changes in this revision

Viewing changes to test/misc1.test

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2008-10-01 20:16:18 UTC
  • mfrom: (3.1.20 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081001201618-yfvqqj1qs29wdtcc
Tags: 3.5.9-5
Backport fix for distinct on indexes (closes: #500792).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# This file implements tests for miscellanous features that were
14
14
# left out of other test files.
15
15
#
16
 
# $Id: misc1.test,v 1.41 2006/06/27 20:06:45 drh Exp $
 
16
# $Id: misc1.test,v 1.42 2007/11/05 14:58:23 drh Exp $
17
17
 
18
18
set testdir [file dirname $argv0]
19
19
source $testdir/tester.tcl
487
487
} {1}
488
488
do_test misc1-14.3 {
489
489
  cd ..
490
 
  file delete tempdir
 
490
  file delete -force tempdir
491
491
  execsql {COMMIT}
492
492
  file exists ./test.db-journal
493
493
} {0}