Reset the custom query flag 22/97622/1
authorJim Hahn <jrh3@att.com>
Fri, 25 Oct 2019 18:46:20 +0000 (14:46 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 25 Oct 2019 18:57:39 +0000 (14:57 -0400)
commit1be8ef842916c239ab840cf1d22b3c7d017363cd
treeacd2bd630dde2292d78bdf3bb38b2a62f0b5121c
parentac5c19ddbed1ff5905d16a6359ee23b4888c717a
Reset the custom query flag

Some junits fail, depending on the order.  Traced down to
VfwControlLoopCdsTest, which sets the custom query flag, but does
not reset it when the test is complete.  Modified the test superclass
to reset it at the start and end of each test class.

Issue-ID: POLICY-2088
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I6c9ba7e37074945141ea64dfd130dc99f376a825
controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/ControlLoopBase.java
controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/VcpeControlLoopTest.java
controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/VdnsControlLoopCqTest.java