Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 606 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. https://github.com/krb5/krb5/commit/d7fcd6d068f61a209a2c363f08544db750ff3522 Author: Sarah Day Committer: Greg Hudson Commit: d7fcd6d068f61a209a2c363f08544db750ff3522 Branch: master src/tests/au_dict.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)