krb5 commit: Fix a typo that causes the jsonwalker test to fail

Greg Hudson ghudson at mit.edu
Wed Dec 23 12:54:28 EST 2015


https://github.com/krb5/krb5/commit/d7fcd6d068f61a209a2c363f08544db750ff3522
commit d7fcd6d068f61a209a2c363f08544db750ff3522
Author: Sarah Day <sarahday at 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":"",


More information about the cvs-krb5 mailing list