summaryrefslogtreecommitdiff
path: root/perl/t/schema.t
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-06-29 15:38:31 -0700
committerRuss Allbery <rra@stanford.edu>2010-06-29 15:38:31 -0700
commit906f0f88d64c4df501c2b84dbf6b7102de36d491 (patch)
tree904ee92db1b107e0ae42aec3132b92d9ac3bef08 /perl/t/schema.t
parentcd98777eb7904c30f1ffa792e10472e9b7b5051b (diff)
Update test suite for the addition of krb5-regex
Diffstat (limited to 'perl/t/schema.t')
-rwxr-xr-xperl/t/schema.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/schema.t b/perl/t/schema.t
index 7f0aea4..40759db 100755
--- a/perl/t/schema.t
+++ b/perl/t/schema.t
@@ -21,7 +21,7 @@ ok (defined $schema, 'Wallet::Schema creation');
ok ($schema->isa ('Wallet::Schema'), ' and class verification');
my @sql = $schema->sql;
ok (@sql > 0, 'sql() returns something');
-is (scalar (@sql), 28, ' and returns the right number of statements');
+is (scalar (@sql), 29, ' and returns the right number of statements');
# Connect to a database and test create.
db_setup;