From cc5176bed8bb87fbe28f49eb7fe99f8a1fac01c0 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Wed, 13 Feb 2019 15:44:48 +0000 Subject: Add a JUnit test for the Data Dictionary Create sample configuration for debugging the DataDictionary.java code. Fix an issue in the Rule Driven Validator: re-enable invocation of the default rules when no indexed rules are found for an event. Change-Id: I85fb6c0797e1240c14997b6e8ba1f6c0304152db Issue-ID: AAI-2057 Signed-off-by: mark.j.leonard --- .../data-dictionary/test-data-dictionary-beans.xml | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/test/resources/data-dictionary/test-data-dictionary-beans.xml (limited to 'src/test/resources/data-dictionary/test-data-dictionary-beans.xml') diff --git a/src/test/resources/data-dictionary/test-data-dictionary-beans.xml b/src/test/resources/data-dictionary/test-data-dictionary-beans.xml new file mode 100644 index 0000000..78a92f1 --- /dev/null +++ b/src/test/resources/data-dictionary/test-data-dictionary-beans.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg