aboutsummaryrefslogtreecommitdiff
path: root/tests/server
diff options
context:
space:
mode:
authorJon Robertson <jonrober@stanford.edu>2010-01-28 00:07:16 -0800
committerJon Robertson <jonrober@stanford.edu>2010-01-28 00:07:16 -0800
commit04b875599b1d4559dbcd356726035416081c6b48 (patch)
treee32acfc088730da673c27a8aad9688944fee538d /tests/server
parent8d4899825cf723ef6a975306f146a06388ed4547 (diff)
Improved and fixed tests related to Pod and KDC type
Added a fix to the Pod tests to change the order of the arguments in a skip statement to the correct order. Also added tests for the KEYTAB_KRBTYPE value in the keytab tests, and changed the Wallet::Kadmin module to standardize the errors returned with no keytab set and add new error for keytab set but not a valid value.
Diffstat (limited to 'tests/server')
-rw-r--r--tests/server/pod-t.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/pod-t.in b/tests/server/pod-t.in
index 4973d23..4575ecb 100644
--- a/tests/server/pod-t.in
+++ b/tests/server/pod-t.in
@@ -15,7 +15,7 @@ plan tests => $total;
eval 'use Test::Pod 1.00';
SKIP: {
- skip $total, 'Test::Pod 1.00 required for testing POD' if $@;
+ skip 'Test::Pod 1.00 required for testing POD', $total if $@;
for my $file (@files) {
pod_file_ok ("@abs_top_srcdir@/server/$file", "server/$file");
}