From 4544c693ba8559a9c37d601f96dac20006dfe455 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 3 Nov 2011 17:42:46 +0000 Subject: Get rid of periods in Python test success messages git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25432 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/kdb/t_stringattr.py | 2 +- src/lib/krb5/ccache/t_cccol.py | 2 +- src/lib/krb5/krb/t_expire_warn.py | 2 +- src/lib/krb5/krb/t_vfy_increds.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/kdb/t_stringattr.py b/src/lib/kdb/t_stringattr.py index 210134c8b..f520370a4 100644 --- a/src/lib/kdb/t_stringattr.py +++ b/src/lib/kdb/t_stringattr.py @@ -3,4 +3,4 @@ from k5test import * realm = K5Realm(create_kdb=False) realm.run_as_master(['./t_stringattr']) -success('String attribute unit tests.') +success('String attribute unit tests') diff --git a/src/lib/krb5/ccache/t_cccol.py b/src/lib/krb5/ccache/t_cccol.py index d80997108..4399ce79c 100644 --- a/src/lib/krb5/ccache/t_cccol.py +++ b/src/lib/krb5/ccache/t_cccol.py @@ -41,4 +41,4 @@ cursor_test('dirmem', [dccname, mfoo], [duser, dalice, dbob, mfoo]) realm.run_as_client([kdestroy]) cursor_test('noexist', [], []) -success('Renewing credentials.') +success('Renewing credentials') diff --git a/src/lib/krb5/krb/t_expire_warn.py b/src/lib/krb5/krb/t_expire_warn.py index 8d8ade930..660ed2ecc 100644 --- a/src/lib/krb5/krb/t_expire_warn.py +++ b/src/lib/krb5/krb/t_expire_warn.py @@ -60,4 +60,4 @@ if 'password_expiration = ' not in output or \ 'password_expiration = 0\n' in output: fail('Expected non-zero password expiration not seen for days') -success('Password expiration warning tests.') +success('Password expiration warning tests') diff --git a/src/lib/krb5/krb/t_vfy_increds.py b/src/lib/krb5/krb/t_vfy_increds.py index e302480a4..1eab89363 100644 --- a/src/lib/krb5/krb/t_vfy_increds.py +++ b/src/lib/krb5/krb/t_vfy_increds.py @@ -51,4 +51,4 @@ realm = K5Realm(start_kadmind=False, krb5_conf=conf) os.remove(realm.keytab) realm.run_as_server(['./t_vfy_increds'], expected_code=1) -success('krb5_verify_init_creds tests.') +success('krb5_verify_init_creds tests') -- cgit