From 7618e65d62aa5231b9399d6e361e884c38f49285 Mon Sep 17 00:00:00 2001 From: "Eduardo Ramos Testillano (eramedu)" Date: Sun, 17 May 2020 13:11:07 +0200 Subject: [PATCH] Add CCA.xml example as reference for mocking dynamic operation Fixed HELP.md documentation for dynamic operation arguments. --- example/diameter/launcher/resources/HELP.md | 2 +- .../launcher/resources/xml_examples/cca.xml | 28 +++++++++++++++++++ include/anna/json/SaxConsumer.hpp | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 example/diameter/launcher/resources/xml_examples/cca.xml diff --git a/example/diameter/launcher/resources/HELP.md b/example/diameter/launcher/resources/HELP.md index 732e938..1c394d6 100644 --- a/example/diameter/launcher/resources/HELP.md +++ b/example/diameter/launcher/resources/HELP.md @@ -1913,7 +1913,7 @@ Used for system test. Arguments are determined by the way in a specific dynamic ``` { - "dynamic": + "arguments": } ``` diff --git a/example/diameter/launcher/resources/xml_examples/cca.xml b/example/diameter/launcher/resources/xml_examples/cca.xml new file mode 100644 index 0000000..69e815a --- /dev/null +++ b/example/diameter/launcher/resources/xml_examples/cca.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/include/anna/json/SaxConsumer.hpp b/include/anna/json/SaxConsumer.hpp index 1557575..b79578d 100644 --- a/include/anna/json/SaxConsumer.hpp +++ b/include/anna/json/SaxConsumer.hpp @@ -12,7 +12,7 @@ #include #include #include -#include // nlohmann::json +#include // nlohmann::json (https://github.com/nlohmann/json) #include namespace anna { -- 2.20.1