summaryrefslogtreecommitdiff
path: root/perl/t/schema.t
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-09 13:06:31 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-09 13:06:31 -0800
commit59455fd5e6a47a66a2a84779f42928fd66ec9747 (patch)
tree6ede8f8ddf16623e28940080425c8e4142c61ec2 /perl/t/schema.t
parent26619788ec1f818a567bd1eb3208a541ce6a27a5 (diff)
Remove kaserver synchronization support from the wallet backend
Remove kaserver synchronization support. It is no longer tested, and retaining the code was increasing the complexity of wallet, and some specific requirements (such as different realm names between kaserver and Kerberos v5 and the kvno handling) were Stanford-specific. Rather than using this support, AFS sites running kaserver will probably find deploying Heimdal with its internal kaserver compatibility is probably an easier transition approach.
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 01d5dac..559ece4 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), 29, ' and returns the right number of statements');
+is (scalar (@sql), 28, ' and returns the right number of statements');
# Connect to a database and test create.
db_setup;