diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-23 18:49:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-23 18:49:01 +0000 |
commit | f882b73d71f886d6056b5b6a3f99d0f438ae0445 (patch) | |
tree | a3e9671339c7dee5d25e855f660b87be968e3089 /docs/submodules/policy/engine.git | |
parent | c531440a74aeeb7659e01672f743ced01ba0cd42 (diff) |
Updated git submodules
Project: policy/engine master 3ffc70781b1ae0053da7b302e6c00739ba077ae8
Merge "Add database initialization to XACML PDP test"
Add database initialization to XACML PDP test
This issue arose due to the order of execution of JUnit tests.
The tests in XACMLPAPTest failed becasue the database was not initialized.
Up till now, the @Before method in the test class
org.onap.policy.pap.ia.DbAuditCompareEntriesTesti initiated the database.
THis bug fix adds a similar @Before method to the XACMLPAPTest class
to initialize the database.
All other classes in the module were tested with both @Before methods
commented out to ensure that no other tests will fail due to this issue.
Issue-ID: POLICY-707
Change-Id: Ibce5fad5c006f7a92b3ef77bde4dc5ed6f7039ed
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'docs/submodules/policy/engine.git')
m--------- | docs/submodules/policy/engine.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git -Subproject 7a14106f07b1de10d9627ba4baa25587043be6e +Subproject 3ffc70781b1ae0053da7b302e6c00739ba077ae |