~ubuntu-branches/ubuntu/wily/sqlite3/wily

« back to all changes in this revision

Viewing changes to test/misc1.test

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-06-13 21:43:48 UTC
  • mfrom: (0.34.1) (0.32.2) (9.1.36 sid)
  • Revision ID: package-import@ubuntu.com-20120613214348-2pg18uml05o7h2k5
Tags: 3.7.13-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
  } {1 2 3 4 5 6 7 8 9 10 11}
473
473
}
474
474
 
 
475
#
 
476
# The following tests can only work if the current SQLite VFS has the concept
 
477
# of a current directory.
 
478
#
 
479
ifcapable curdir {
475
480
# Make sure a database connection still works after changing the
476
481
# working directory.
477
482
#
495
500
  execsql {COMMIT}
496
501
  file exists ./test.db-journal
497
502
} {0}
 
503
}
498
504
 
499
505
# A failed create table should not leave the table in the internal
500
506
# data structures.  Ticket #238.