diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-29 11:49:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-29 11:49:07 +0100 |
commit | b11c85aac8b41eb74fb14c486f88940df8819bbc (patch) | |
tree | 86e0beb87d6eb77e1704c97599f1942574bd357c /plugins/omelasticsearch/cJSON/tests/test5 | |
parent | e6424d4e52c204af2fdb8285b24a0219c759df51 (diff) | |
download | rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.tar.gz rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.tar.bz2 rsyslog-b11c85aac8b41eb74fb14c486f88940df8819bbc.zip |
move cJSON to omelasticsearch
the rsyslog runtime itself now uses json-c, but omelasticsearch
currently depends on cJSON. We will change this, but not yet. Let's
merge as is and see that it works well ;)
Diffstat (limited to 'plugins/omelasticsearch/cJSON/tests/test5')
-rw-r--r-- | plugins/omelasticsearch/cJSON/tests/test5 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/omelasticsearch/cJSON/tests/test5 b/plugins/omelasticsearch/cJSON/tests/test5 new file mode 100644 index 00000000..49980ca2 --- /dev/null +++ b/plugins/omelasticsearch/cJSON/tests/test5 @@ -0,0 +1,27 @@ +{"menu": { + "header": "SVG Viewer", + "items": [ + {"id": "Open"}, + {"id": "OpenNew", "label": "Open New"}, + null, + {"id": "ZoomIn", "label": "Zoom In"}, + {"id": "ZoomOut", "label": "Zoom Out"}, + {"id": "OriginalView", "label": "Original View"}, + null, + {"id": "Quality"}, + {"id": "Pause"}, + {"id": "Mute"}, + null, + {"id": "Find", "label": "Find..."}, + {"id": "FindAgain", "label": "Find Again"}, + {"id": "Copy"}, + {"id": "CopyAgain", "label": "Copy Again"}, + {"id": "CopySVG", "label": "Copy SVG"}, + {"id": "ViewSVG", "label": "View SVG"}, + {"id": "ViewSource", "label": "View Source"}, + {"id": "SaveAs", "label": "Save As"}, + null, + {"id": "Help"}, + {"id": "About", "label": "About Adobe CVG Viewer..."} + ] +}} |