From: Eduardo Ramos Testillano (eramedu) Date: Sun, 17 May 2020 11:11:07 +0000 (+0200) Subject: Add CCA.xml example as reference for mocking dynamic operation X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=7618e65d62aa5231b9399d6e361e884c38f49285 Add CCA.xml example as reference for mocking dynamic operation Fixed HELP.md documentation for dynamic operation arguments. --- 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 {