[29222] in CVS-changelog-for-Kerberos-V5
krb5 commit: Fix a typo that causes the jsonwalker test to fail
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Dec 23 12:54:31 2015
Date: Wed, 23 Dec 2015 12:54:28 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201512231754.tBNHsSNC025752@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/d7fcd6d068f61a209a2c363f08544db750ff3522
commit d7fcd6d068f61a209a2c363f08544db750ff3522
Author: Sarah Day <sarahday@mit.edu>
Date: Fri Dec 4 10:54:50 2015 -0500
Fix a typo that causes the jsonwalker test to fail
In the au_dict.json file that is used for testing jsonwalker, there is
a comma missing that causes cjson 1.1 to throw an exception. This
causes the python tests to fail. Adding the comma fixes the crash and
allows the test to finish successfully.
ticket: 8297
src/tests/au_dict.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tests/au_dict.json b/src/tests/au_dict.json
index c437932..032d601 100644
--- a/src/tests/au_dict.json
+++ b/src/tests/au_dict.json
@@ -33,7 +33,7 @@
"type":0},
"req_id":"",
"req.kdc_options":0,
-"req.pa_type":[]
+"req.pa_type":[],
"req.server":{
"components":[],
"realm":"",
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5