~ubuntu-branches/ubuntu/hardy/sqlite3/hardy

« back to all changes in this revision

Viewing changes to test/tkt1667.test

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2006-10-12 21:55:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061012215537-mgvrxoq8ee4nqxzh
Tags: 3.3.8-1
* New upstream version.
* Create lang_* files for documentation (closes: #310603).
* Enable column metadata functions (closes: #375352).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# fixed.  
15
15
#
16
16
#
17
 
# $Id: tkt1667.test,v 1.1 2006/02/10 08:24:21 danielk1977 Exp $
 
17
# $Id: tkt1667.test,v 1.2 2006/06/20 11:01:09 danielk1977 Exp $
18
18
 
19
19
set testdir [file dirname $argv0]
20
20
source $testdir/tester.tcl
21
21
 
22
 
ifcapable !autovacuum {
 
22
ifcapable !autovacuum||!tclvar {
23
23
  finish_test
24
24
  return
25
25
}