JUnit test for policy/engine ONAP-XACML
[policy/engine.git] / ONAP-XACML / src / main / java / org / onap / policy / xacml / std / pap / StdPDPStatus.java
index e42d544..a39ea36 100644 (file)
@@ -249,6 +249,8 @@ public class StdPDPStatus implements Serializable, PDPStatus {
                        return false;
                if (!loadedPolicies.equals(other.loadedPolicies))
                        return false;
+        if (!loadedRootPolicies.equals(other.loadedRootPolicies))
+            return false;
                if (status != other.status)
                        return false;
                return true;