From: Sarah Day Date: Fri, 4 Dec 2015 15:54:50 +0000 (-0500) Subject: Fix a typo that causes the jsonwalker test to fail X-Git-Tag: krb5-1.15-beta1~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7fcd6d068f61a209a2c363f08544db750ff3522;p=thirdparty%2Fkrb5.git 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 --- diff --git a/src/tests/au_dict.json b/src/tests/au_dict.json index c4379327e7..032d60192d 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":"",