]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix a typo that causes the jsonwalker test to fail
authorSarah Day <sarahday@mit.edu>
Fri, 4 Dec 2015 15:54:50 +0000 (10:54 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 23 Dec 2015 17:38:02 +0000 (12:38 -0500)
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

index c4379327e78608aa395af8ef0b0c552975a23aed..032d60192d605cea4a7f60c57f718fbaa82acea1 100644 (file)
@@ -33,7 +33,7 @@
        "type":0},
 "req_id":"",
 "req.kdc_options":0,
-"req.pa_type":[]
+"req.pa_type":[],
 "req.server":{
        "components":[],
        "realm":"",