According to vacuum.c
/* A VACUUM cannot change the pagesize of an encrypted database. */
So the tests in e_vacuum.test which attempt to change page size need to be
bracked with a test for codec
something like the following
# Determine if there is a codec available on this test.
#
if {[catch {sqlite3 -has-codec} r] || $r} {
set has_codec 1
} else {
set has_codec 0
}
if {!$has_codec} {
do_test e_vacuum-1.3.2.1 {
...
}
if {!$has_codec} {
do_test e_vacuum-1.3.3.2 {
...
}
~Noah Hart
--
View this message in context:
http://old.nabble.com/BUG%3A-test-script-e_vacuum.test-needs-has_codec-tp31084122p31084122.html
Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users