From 569f4e1a5cb3ff4cf3a7bf3c2aa5fdfa9ced0134 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 10 Nov 2010 14:13:00 -0500 Subject: HBAC Service & Service Group test data --- install/static/test/data/hbacsvc_del.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install/static/test/data/hbacsvc_del.json (limited to 'install/static/test/data/hbacsvc_del.json') diff --git a/install/static/test/data/hbacsvc_del.json b/install/static/test/data/hbacsvc_del.json new file mode 100644 index 000000000..fcfce6259 --- /dev/null +++ b/install/static/test/data/hbacsvc_del.json @@ -0,0 +1,9 @@ +{ + "error": null, + "id": 0, + "result": { + "result": true, + "summary": "Deleted service \"test\"", + "value": "test" + } +} -- cgit