From d7fcd6d068f61a209a2c363f08544db750ff3522 Mon Sep 17 00:00:00 2001 From: Sarah Day Date: Fri, 4 Dec 2015 10:54:50 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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":"", -- 2.47.3